When I Play my App (as opposed to running it in the PowerApps studio) I get this red error message appear. I would expect this dataset to be empty from time to time. It is not an error. The message is disconcerting to me & would be even more so to our users:
How do I suppress this?
I have tried wrapping the whole thing in an IsEmpty statement, like this, to no effect. The message still persists:
If(!IsEmpty(UnpostedStockCountsUnits.Run(SelectedBItem.stCode)),ClearCollect(UnpostedCounts,UnpostedStockCountsUnits.Run(SelectedBItem.stCode)))
Hi @stapes ,
Could you please share a bit more about your scenario?
Do you call a Power Automate flow (MS Flow) from your canvas app?
Based on the error message that you mentioned, it seems to tell that there is something with the returned data within the flow response. Could you please share a screenshot about your flow's configuration?
Please check if you have specified proper response within your flow's configuration. Based on the formula you provided, I could not find any syntax error with it.
If you want to return a table value back to your canvas app from your flow, please check and see if the following blog would help in your scenario:
https://powerapps.microsoft.com/en-us/blog/return-an-array-from-flow-to-powerapps-response-method/
Best regards,
Thanks @v-xida-msft
I am calling a flow from a my app - which is a Canvas App:
ClearCollect(PhotoImages, CollectPhotosForStCode.Run(SelectedRow.stCode.Text));
There is no data in this particular dataset, but that is not an error. No photos have been added yet.
The response coming back from the Flow run (found in the flow run history) is Status 200:
Any suggestions on how to get rid of this unwanted error message? None have been forthcoming so far.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Power Platform release plan for the 2022 release wave 2 describes all new features releasing from October 2022 through March 2023.
User | Count |
---|---|
203 | |
106 | |
56 | |
52 | |
41 |
User | Count |
---|---|
274 | |
160 | |
89 | |
81 | |
56 |