After run this action "Run a flow built with Power Automate Desktop"
when it fails, its output contains "message: ..." and I want to include the error message into email body for debugging purposes.
It would be much appreciated in advance for your step by step explanation for a newbie like me.
Solved! Go to Solution.
Hi @Solomon1,
You can configure a run after when it has failed (which by looking at your screenshot you have already configured) and then use the following expression:
outputs('NameofYourAction')?['body']['error']['message']
Hi @Solomon1,
You can configure a run after when it has failed (which by looking at your screenshot you have already configured) and then use the following expression:
outputs('NameofYourAction')?['body']['error']['message']
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
70 | |
24 | |
18 | |
16 | |
13 |
User | Count |
---|---|
136 | |
44 | |
32 | |
32 | |
29 |