Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Iterative Macro exiting out before maximum limit defined for the iterations

rishabhgupta36
7 - Meteor

I have made an iterative macro which is just incrementing the number by 1 and this operation will continue till the times iterations is defined and the maximum limit is defined as 100 for the iterations. But on inputting 25 as the iterations count it says "iteration limit of 100 exceeded". And the output is shown as 101.

Input value is 10.

2 REPLIES 2
SPetrie
13 - Pulsar

How is the action tool updating the filter tool?

My guess is that its updating it but using a string number instead of a numerical one which could cause issues with the filter. If thats the case, try updating using a formula and put this in.

[Engine.IterationNumber]+1=tonumber([#1])

If that doesnt work. Please upload the actual macro so we can run it and see what may be happening. 

apathetichell
19 - Altair

We can't do anything without seeing the configuration of your action tool. Also. Turn off AMP.

Labels
Top Solution Authors