
Announcements
Dear Power Automate experts
I am using the Microsoft Dataverse connector "update a row". If the action fails, the error message should be sent to an e-mail address.
How do I get the error message into the text message?
Thanks in advance for your help...
Hi @lorl,
The message property should be nested within the error property. That property is located in the body of the outputs of the action.
Below is an example
In your case that would be outputs('Zeile_aktualisieren') instead of outputs('Update_a_row')
outputs('Update_a_row')['body']['error']['message']