Hi everyone,
it it possible to loop thru the the value1, value3 in the attached screenshot?
I tried For Each JObject.Properties
Write Line=CurrentItem.Name
but this only gives the Value “Input”.
Hi everyone,
it it possible to loop thru the the value1, value3 in the attached screenshot?
I tried For Each JObject.Properties
Write Line=CurrentItem.Name
but this only gives the Value “Input”.
Deserialize JSON Activity - to a JObject - myJObject
For each Activity | TypeArgument: JObject - item in myJObject(“Input”)
Or loop dynamic within a nested for each over item.Properties
Thanks, dynamic loop works brillant.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.