Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.

Alteryx Designer Desktop Discussions

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

Exploring Iterative Macros

davidcolunga
6 - Meteoroid

Hi all,

 

Fairly new to Alteryx and built my first iterative macro! However, it's stopping after five iterations (I'm expecting 100) and completely dropping the rest of my records. Any idea on how to fix it? Thanks!  

3 REPLIES 3
alexnajm
17 - Castor
17 - Castor

Congrats on your first iterative macro! Have you set the number of iterations to be more than 5 in the Interface Designer Property settings?

 

Otherwise, we won't be able to help much further without knowing the macro and the data

cpet13
11 - Bolide

@davidcolunga this article explains about iterative macros Iterative Macro (alteryx.com). It sounds like it may be what you have set for the Maximum Number of Iterations option and the When Maximum Number of Iterations Is Hit. What do you have set for those?

davidcolunga
6 - Meteoroid

Thanks for your help all! Going through my workflow again, there was a join in my macro that was erroring out due to matching based on a number. Fixed that error and the macro worked perfectly!

Labels