I created a power app to call the power automate.
Scenario)
1) Click 'Search' Button on Power Apps
Collect(RENVendor, GetVendorListByNameNoRange.Run())
2) Call Power Automate and Return responce
Power Automatic's run history is a success.
But, There is no data in the Collect named RENVendor.
responce JSON Schema
I modified the power automate.
I have added a 'Select' before the 'Response' from the power automation.
I've checked the power apps to make sure the data is coming out right.
The data is properly visible in the power app.
my flow
Power Apps -> D365SCM connector -> Select -> 'Response'
The operation was successfully completed even when we checked with power app monitoring.
Attached is the configuration and execution result of the flow I created.
respoone schema
Hi @Anonymous ,
Do you mean that you will get an empty result in powerapps from the response of flow?
I think the problem should be about your flow's configuration.
Could you show me more details about your flow's configuration?
Especially the response part.
Here are two similar issues for your reference:
Here's a blog about "Return an Array from Flow to PowerApps" for your reference:
https://powerapps.microsoft.com/en-us/blog/return-an-array-from-flow-to-powerapps-response-method/
What's more, could you translate your language of your flow's configurations to English if you are convenient?
Sorry I' m not familiar with Korean.
Best regards,
Thank you.
After checking the power app monitoring, it receive the following responses.
I don't quite understand the following phrase. Can you give me more details?
"try inserting a select before the response and map only specific properties,"
@Anonymous- This usually happens if there is something wrong with schema vs what data is being returned. Did you make any changes to the Flow, after adding it to the canvas app? If so, try removing the Flow and re-adding it. You can also run Power Apps Monitor on you canvas app, and confirm that the response is coming through from Flow properly.
Just to confirm that the schema to data mapping is correct, try inserting a select before the response and map only specific properties, and returning the select on the response, with the correct schema, rather than dumping the raw response.
WarrenBelz
55
Most Valuable Professional
mmbr1606
42
Super User 2025 Season 1
Michael E. Gernaey
31
Super User 2025 Season 1