@Aditya_Singhania
give a try on following
- Use deserialize JSON on the JSON string - myJObject
- Use a for each - typeArgument: JObject - Values: myJObject(“options”).Cast(Of JObject)
- then access the values e.g. item(“LabelName”)
Find starter help here:
GetJarray_LoopJObject.xaml (5.8 KB)
