Hello,
I was looking at a way to get the error message from nested actions inside a Scope container. I have the example below:

The "Scope Space" action has 3 actions: there is a "Condition" with a "Compose" action nested, there is a "Condition 2" with a "Compose-String" nested. I can use result('Scope_Space') to get the output, but if the compose actions fail inside the conditions, I won't be able to see the actual error message from the Compose action. All I see is the error message from the first level "An action failed. No dependent actions succeeded.":

Is there a way to get the actual error message from the nested action? Using child flows is not a good idea because in the real scenario where I have this flow there are about 6 levels of nesting.
Any ideas or resources to read would be helpful. Thank you!