Hello ,
I have this requirement as mentioned below but not sure how to crack it .
When data is like this :
| Job | Sub Job | Result |
| A | 1 | Success |
| A | 2 | Fail |
| A | 3 | Success |
| A | 4 | Fail |
Then the workflow should trigger create output as Job A -Fail
and
When data is like this :
| Job | Sub Job | Result |
| A | 1 | Success |
| A | 2 | Success |
| A | 3 | Success |
| A | 4 | Success |
Then the workflow should trigger another workflow connected to this .
Thanks.