In this blog post let us see how to access the property of an array object without using Parse JSON action.
Find below the sample array which has been initialized in an array variable
[
{
"Name": "Mohamed Ashiq Faleel",
"Location": "Stockholm"
},
{
"Name": "Megan Bowen",
"Location": "New York"
}
]
Add a Apply to each control with output selected from…
Continue Reading Mohamed Ashiq Faleel’s Article on their blog
Parse an array without using Parse JSON action in Power Automate cloud flow
In this blog post let us see how to access the property of an array object without using Parse JSON action. Find below the sample array which has been initialized in an array variable [ { “Name”: “Mohamed Ashiq Faleel”, “Location”: “Stockholm” }, { “Name”: “Megan Bowen”, “Location”: “New York” } ] Add a Apply…
Blog Syndicated with Mohamed Ashiq Faleel’s Permission
More About This Author

Array
PowerAutomate2022.06.11Send Teams Activity Feed notification from Power Automate using custom Teams Bot
PowerAutomate2022.05.29Call SharePoint REST API in a custom connector (Power Apps/Power Automate)
PowerAutomate2022.03.06Send Teams channel message aka proactive message using custom Teams bot and Power Automate – Part 2
PowerAutomate2022.02.28Send Teams channel message aka proactive message using custom Teams bot and Power Automate – Part 1