Hi
I have the following setup.
Scope 1: Contains a condition and multiple other functions.
Scope2: Runs is Scope 1 failed, I want to collect what failed in Scope 1.
In Scope2 I have a compose = result('Scope1)
But I don't receive what actually failed in Scope1 instead I just get this.
Basically I only see that something failed in the Scope, but I want the error message of the function that actually failed in Scope1
[
{
"name": "Scope1",
"inputs": {
"expressionResult": true
},
"startTime": "2022-03-22T10:37:56.9942523Z",
"endTime": "2022-03-22T10:37:57.6817615Z",
"trackingId": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"clientTrackingId": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"clientKeywords": [
"testFlow"
],
"code": "ActionFailed",
"status": "Failed",
"error": {
"code": "ActionFailed",
"message": "An action failed. No dependent actions succeeded."
}
}