Hi,
How do you send a error message back to powerapps.
I have a excel file with ID field which is extracted and updated to sharepoint list. While updating within Apply for Each if ID is not found, the flow terminates with Item not found message. I just need the error message sent back to powerapps.
Regards,
Solved! Go to Solution.
Just create a new action at the end of your flow as "REsponse to PowerApp". Then configure run-after (click on the 3 dots) and set the action to run if the previous steps "failed" or "has skipped".
Than you can also give this action some parameters, like a text string.
In PowerApps you have to use your flow like this to get the message:
Set(ResponseVariable, YourFlowName().run).
Then you could insert a label with "ReponseVariable.YourTextParameter.
Just create a new action at the end of your flow as "REsponse to PowerApp". Then configure run-after (click on the 3 dots) and set the action to run if the previous steps "failed" or "has skipped".
Than you can also give this action some parameters, like a text string.
In PowerApps you have to use your flow like this to get the message:
Set(ResponseVariable, YourFlowName().run).
Then you could insert a label with "ReponseVariable.YourTextParameter.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.