I tried to parse json below and I was able to get these nested ID but I was able to deserialize json and create json object but now I’m not able to "enter in events array. Can anyone help? Big thansk in advance
Unfortunately not still issues with activities. But ok I understand the process I will try to incorporate it in my project and let you know. Big thanks for the suggestion
Thanks man this is working although i used JOBject as variable type, but now i have another problem when I get json from HTTP request it full as it should be (i checked over postman) but later on during processing with ForEach it looses some items and returns only two (last ones) and it should return 28 … do you know should i do some delays? or is there any other catch?
That’s a strange issue. Test it is reading whether only two. Or if they are coming in different root elements, try concatination method to form a string with all the outputs and get the required text nodes
Yeah, now i got the actual issue. You have to loop through all the objects within the league root element. Just find a way to loop through all the objects