Hi,
I have created one workflow and whole workflow in one for each loop.
In that loop there are 2 sequences. In first sequence there is one if condition and that if condition is satisfies then no need to go to next sequence else i have to go to next sequence .How can in achieve that? what should i do in then condition so it will stop and not enter to another sequence and will go to next iteration?
here are the pics
This are the two sequences inside for each row
first sequence inside try catch block , second not in try catch.
this is the if condition in first sequence and i want to not enter in second sequence if this condition satisfies .
please help me with the same.