Question
Virtusa
LK
Last activity: 5 Jul 2017 2:54 EDT
Exiting a iteration using a Data transform
1. I want to convert the above activity to a data transform.In the above activity in the condition if it false it only skip the current iteration and runs from the next iterations.But in Data transform there is no option to skip a iteration only, there is only an option called "Exit for each". How can I skip a single iteration using a data transform?
2. With in activity step if we use array of when conditions with in the step , how those are going to evaluate? I mean is using a OR gate or AND gate.