Hi all It seems when Powerapps invoke a Microsoft Flow, there is no way in Powerapps to take further actions depending on the Flow result... for example, show an error message in case Flow succeeded; or a confirmation message when Flow was executed properly (see https://powerusers.microsoft.com/t5/PowerApps-Forum/Error-handling-when-executing-a-Flow-from-Powerapps/m-p/41581#M17202). On the other hand, some common features like Forms include Error Handling (OnSuccess & OnError properties). Is it possible to implement a similar approach whenever a Flow is invoked from PowerApps?
... View more
This is possible today thanks to two recent feature enhancements:
1. Respond to PowerApps (Action in Flow that returns outputs to PowerApps)
2. Run After (Feature in Flow)
Here is a video that demonstrates the Respond to PowerApps action:
https://powerusers.microsoft.com/t5/Community-Video-Gallery/Friday-Functions-Series-Get-Responses-fr...
Here is an article that discusses error management in Flow:
https://docs.microsoft.com/en-us/flow/fix-flow-failures
Thank you for your continued feedback,
Audrie