I have added multiple actions inside the Scope and would like to get the specific error whichever action gets it. However, I am not able to do that. What I have tried so far after going over different blog posts is that:
- I found a solution: store error messages to a variable in case the action fails and use that variable to get the error in the further steps that is the catch/finally block but that is not ideal since there are a lot of actions involved.
- I tried using compose and parse JSON to get the error message but still could not get the error.
I am new to Power Automate so not sure what I am doing wrong. Can you please guide me?


At the moment, getting error inside the scope in Apply to each.

At the Error Message, I want to show the actual error that I can get at any point in Scope.