User Activity

Being pretty new to SnapLogic I struggle a lot with processing Json data. Currently I am trying to process a SOAP response. After the first processing, I have a flat list of attributes: [ { “START_RECORD”: null }, { “ATTR1”: 123 }, { “ATTR2”: “xyz” }...