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 Automate / Problems with data ret...
Power Automate
Unanswered

Problems with data returned to PowerApps from a Flow

(0) ShareShare
ReportReport
Posted on by 82
Hi All,
I have created a flow which reads an Excel table and passes the data back to a PowerApps Canvas App using a Respond to a PowerApp action. The objective within the Canvas App is to take the data returned from the PA flow (JSON, I assume) and then use the ParseJSON command to transfer the data into a PowerApps collection.
 
The issue that I have is that whilst the flow appears to be working as I intended, the data that is returned to PowerApps is not quite right. 
 
The flow uses a List Rows Present in a Table Action and then a Select Action to select the columns into an array. The output from the select looks exactly right, however, it appears a Compose Action is required before I can send the data back to Power Apps using a Respond to a PowerApp Action ...
 
1 - Output After Compose Action
The output from the Compose Action appears to be a correctly formed JSON array,  this is exactly what I need to return to Powerapps.
 
 
2 - Output After Respond to PowerApps Action
 
 
The output from the Respond to a Power App action has changed fro the Compse step. There is now a header (the Excel table name "transactions") at the front, and there are "\" characters within the data.
 
I don't understand this as the Respond to PowerApps action simply takes the output from the Compose step so I wasn't expecting the data to be changed.
 
 
Clearly, I am not comprehending something so I would be very greatful for any help, as I have been tearing my hair out for days :)
 
Best Regards, Craig
 
Categories:
I have the same question (0)
  • Chriddle Profile Picture
    8,672 Super User 2026 Season 1 on at
    This is because your return value is a string and therefore JSON encoded.
     
    And while you won't find the output of Select in the dynamic content, you can insert body('Select') into the response. This will insert the stringified array.
     
    In a flow like this ...
    ... the response looks like this:
    In the app, you can apply parseJSON() to the property (here "result") and retrieve values ​​from the returned object
    (here the ID of the first array item):
     
     
     
    TLDR Just ignore the extra backslahes ;)

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 March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Haque Profile Picture

Haque 592

#2
Valantis Profile Picture

Valantis 340

#3
11manish Profile Picture

11manish 284

Last 30 days Overall leaderboard