hi @all,
i have a question and did not find an answer in the forum.
Inside the workflow there is a Table Row To Variable Loop Start for 3 Rows. Sometimes an error occures on one node. I catch this error and send an email. So far so good.
But i want the loop to stop skip all iterations if this error occures so i don't get 3 emails. Also the rest of the workflow should proceed as normal. > error > catch > email > skip loop > proceed
I tried to manipulate the currentIteration variable before the loop end node to skip the execution but that does not work.
I hope someone has a solution. Thank you.