Hi,
I have a random question regarding how to replicate a for loop in Alteryx. I am trying to create a macro that use the input from the last iteration as input for the current iteration in a macro. For example, at iteration 1, we feed the initial input to the macro. At iteration 2, the macro will use the output from iteration 1 as input. At iteration 3, it will use the output from iteration 2 as input. The macro will loop until certain criteria is met and the output is the output from the last iteration (instead of output from a normal macro which union all outputs from each iteration. ). Does anyone how to accomplish this in Alteryx ?
Thank you.