Question
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.
Hi There,
1. You can keep your step within a When step in Data Transform.
2. You have to handle this in your WHEN condition. DT is not a full replacement of activity.
Your requirement is possible to do in DT but you have to design your DT in that way.