web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Parse response from Po...
Power Apps
Answered

Parse response from Power Automate into collection for Gallery

(0) ShareShare
ReportReport
Posted on by 863
I have a response from Powe Automate that comes back as an Array. How do I parse this into a collection so I can see the values as rows in a gallery? trying ParseJSON not working b/c its responding to PowerApps as a Table. 
 
 
Compose output in Power Automate 
 
collection in Power Apps 
 
 
If I try to parse
 
 
ClearCollect(
coluserteams,
ForAll(
ParseJSON(APUserTeamsCheck.Run(Label2.Text).teams),
{
TeamName: ThisRecord.Value
}
)
);
 
 
Categories:
I have the same question (0)
  • Verified answer
    Kalathiya Profile Picture
    2,007 Super User 2026 Season 1 on at

    Your Power Automate output is a JSON array of text values, so in this case you do need Table(ParseJSON()). 
     
    Please try below code:
     
    ClearCollect(colUserTeams, 
    	ForAll(Table(ParseJSON(APUserTeamsCheck.Run(Label2.Text).teams)), 
    		{ 
    			TeamName: Text(Value) 
    		} 
    	) 
    )
    Tried similar example:
     
     
    If this response resolves your issue, please mark it as the Verified Answer so it can help other community members as well.
    ---------------------------------------------------------------------------------

    📩 Need more help? Just mention @Kalathiya and I’ll be happy to assist.

    ✔️ If this answer helped you, please tick “Does this answer your question?” so it can be marked as the Verified Answer.

    💛 A Like always motivates me to keep contributing!

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.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 1,045

#2
Valantis Profile Picture

Valantis 675

#3
11manish Profile Picture

11manish 592

Last 30 days Overall leaderboard