I have a PowerApps that with a button to return an array from Power Automate using the Response Action. My flow gets the data that I need for the Response (below). However, my "ClearCollect" returns nothing to the app. I tried to recreate a new flow directly from the app and nothing I do returns the data to a collection. Any ideas?
Solved! Go to Solution.
Check the advanced settings for the HTTP response you are using to return the array. Verify that you have a valid JSON schema. That is usually the issue when you don't get a collection on the return.
Check the advanced settings for the HTTP response you are using to return the array. Verify that you have a valid JSON schema. That is usually the issue when you don't get a collection on the return.
Please see if this previous solution helps.
Solved: Send array from my json object to PowerApps app - Power Platform Community (microsoft.com)
Pat
To learn more about the Power Platform, follow me on Twitter or subscribe on YouTube.
Ended up being the required properties within the JSON schema. Once I removed those it worked. I was copying directly from the Outlook Get Events, but there must have been an invalid field there. Thanks for replying. I really appreciate it.
Rather than an invalid field it might have just been a field that didn't have data for all the records. The required section covers what fields must have data to be returned.
User | Count |
---|---|
88 | |
37 | |
26 | |
13 | |
13 |
User | Count |
---|---|
121 | |
55 | |
37 | |
24 | |
21 |