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 / Return JSON array to P...
Power Apps
Answered

Return JSON array to PowerApp from Power Automate flow

(0) ShareShare
ReportReport
Posted on by 802

Hi there,

 

I have a Power Automate flow which returns a JSON array from a DevOps connector. The end of the flow uses the Response action 200 to push the output into the app. 

 

In my canvas app, I am collecting the JSON array data and triggering the flow as below:

 

 

 

ClearCollect(listTeams, 'ListTeamswithinProject'.Run(Dropdown.Selected.id))

 

 

 

I want then parse this JSON within 'listTeams' collection to just retrieve three elements into a new collection table - "name", "id" and "url". How can I achieve this last step?

 

The schema for the JSON is

 

 

{
 "type": "object",
 "properties": {
 "value": {
 "type": "array",
 "items": {
 "type": "object",
 "properties": {
 "id": {
 "type": "string"
 },
 "name": {
 "type": "string"
 },
 "url": {
 "type": "string"
 },
 "description": {
 "type": "string"
 },
 "identityUrl": {
 "type": "string"
 },
 "projectName": {
 "type": "string"
 },
 "projectId": {
 "type": "string"
 }
 },
 "required": [
 "id",
 "name",
 "url",
 "description",
 "identityUrl",
 "projectName",
 "projectId"
 ]
 }
 },
 "count": {
 "type": "integer"
 }
 }
}

 

 

Ultimately, the "name" column of this collection table will be used in a dropdown/combobox later in the canvas app.

 

In my dropdown, I have tried setting the Items to 'listTeams', but I can only access count or value. I have tried listTeams.value.name but this errors out?

 

Thanks

K.

 

 

Categories:
I have the same question (0)
  • Verified answer
    Pstork1 Profile Picture
    69,490 Most Valuable Professional on at

    If you are only using the data for the dropdown the best way to do that would be to use a Data Select in the flow to select only those three columns before returning the data.  That would give you the data you need and improve performance by shrinking the size of the array you are returning.

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 430

#2
timl Profile Picture

timl 318 Super User 2026 Season 1

#3
Haque Profile Picture

Haque 314

Last 30 days Overall leaderboard