Hi,
I am trying to run a workflow with an iterative macro. My input data has 4K records, and I want my workflow to run in batches of 10 or 100 or 500. But when using the iteration number and macro, it will run the first time correctly, and then iterate +1 by +1 each of the remaining records.
On the image I have the example of iteration +10 for each, but as mentioned before it runs +1 and +1 until reaching the last record on my input.
Thanks