How to extract json array from json data?

How to extract json array from json data?
please! help me!

@zyy_zero,

Use Deserialize JSON activity and get the output from that . Use for each activity and loop through all the child arrays or elements in the JSON. If you want to get a particular array from that, use element name :slight_smile:

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