Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Goal is to enter account nr on url then it pulls all accounts and devices linked to it.
My tRestresponse only displays one row as results
{"LINK":{"accounts":{"accountnr":"EEE","entityname":"Ku","entid":93},"devices":{"devid":129,"devicename":"Ku Bha Service Station"}}}
While tlog displays all rows
{"LINK":{"accounts":{"accountnr":"EEE","entityname":"Ku","entid":93},"devices":{"devid":129,"devicename":"Ku "}}}
{"LINK":{"accounts":{"accountnr":"AAA","entityname":"Ku2","entid":93},"devices":{"devid":155,"devicename":"Ku2 "}}}
I just needed to add on tXMLmap all in one = true.
Short answer: nowhere.
Don't format the JSON within the job, this is not necessary.
You just need it when a human have to read it.
In this case use your prefered text editor functionality to format the JSON flow.
If your text editor doesn't allow you to do that, change it! Notepad++ (for example) is able to do that.
I'm sorry I am not sure what you are asking for. Can you explain in a bit more detail. Maybe point to where you read about this and give an example of what you are trying to achieve.
@rhallI'm trying to display the json in an array as above. I managed to loop