- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2024 03:27 PM - edited 12-17-2024 03:40 PM
Hi All,
I am trying to parse a JSON payload using JSON parser. The structured payload looks like this where I am getting the payload in a action and then using this action in the flow.
In the flow, I am calling the above action and then using for each loop and get the values correctly for id , display name etc. But when I am trying to fetch the resourceRolescope values it is greyed out. Not sure how to fetch its value.
In the log I can get the id, display value etc, I need help in adding the resourceRolescope value.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2024 05:39 PM
Hi @surya123 ,
You will need to add another 'For Each Item' so you can loop through the resourceRoleScope array. For Example:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2024 05:39 PM
Hi @surya123 ,
You will need to add another 'For Each Item' so you can loop through the resourceRoleScope array. For Example:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2024 12:17 AM - edited 12-18-2024 12:29 AM
Hi, I had tried the same earlier but then the contents within 5 in data pills is greyed out.
I added it as Available transform-> Utilities -> Get item in name/value and then it showed. This was new to me.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2024 06:17 PM
@surya123 As rightly mentioned by Jon, you need an additional For each step to loop through resourceRolescope as this property is also of type Array.