Hi, I'm a student and just a beginner to this powerful technology.
I have a question regarding IF condition, actually I want to use IF condition between two workflows.
Say there are two workflow A & B, workflow A fetching data from a source which have 4 fields, but due to some technical issues it fetch only 3 fields for a date and throw an error.
So in this conditions I want a IF condition which run the another workflow which is ready with 3 fields if the first flow fail to execute. (Both A & B workflow are in the same repository)
Can anyone please help me on this please. Thank you!