Hi Team,
I've the below data set which says the status of workflow whether it was successful or failed by using the crew macros.
| Workflow | Status |
| 1 | Success |
| 2 | Success |
| 3 | Failed |
Using the above dataset, I'm trying to run another workflow which should run only when all the above 3 workflow's status is Success, out of 3, even if any workflow status is Failed, then my other workflow should not get trigger.
Here, I don't want to use Message tool for the logic.
Can you pls help me in overcoming the logic.