Does anyone now of a way where Power Apps can be notified of when a flow triggered from within the app fails?
I have a button that runs a flow for a SQL stored procedure, then runs another command within the app. Problem is, if the flow fails, I don't want the next command to run. I know I can build other checks to prevent the following commands to run, but would be easy if some status code for success or failure could be returned.