Loop thru JObject

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”)

  • log message: item(“Value1”).toString

Or loop dynamic within a nested for each over item.Properties

1 Like

prop.Name & ": " & prop.Value.Value(Of String)

grafik
grafik

1 Like

Thanks, dynamic loop works brillant.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.