Announcements
Convert JSON to custom object
Use the Set Variable action:
Set Variable
jsonText = '[{"id":1,"name":"John"},{"id":2,"name":"Jane"}]'
Use the action: Convert JSON to Custom Object
Convert JSON to Custom Object
Input: jsonText
jsonText
Output: parsedJson
parsedJson
Use a For Each action:
For Each
Value to iterate: %parsedJson%
%parsedJson%
Current item: currentItem
currentItem
Use expressions like:
%currentItem["id"]%
%currentItem["name"] If I have answered your question, please mark it as the preferred solution ✅ . If you like my response, please give it a Thumbs Up 👍. Regards, Riyaz
%currentItem["name"]
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
David_MA 262 Super User 2026 Season 1
11manish 167
Haque 154