I want to get array form "group_data"

I tried to deserialize json but It doesn’t work.

Test.json (1.0 MB)

Thanks for your help!

@Dicky
in general it should have a flow as followoing:

  • deserialize json activity for the json text
  • deserialize json array for the value of: YourJsonObjectVar(“group_detail”)(group_data)

just give a try on it