Hello friends,
I am getting an error in using iterative macro.
Can anyone help me with this.
Thanks in advance !
Solved! Go to Solution.
Hey @Alteryx_AR,
For iterative macros you need to specify the iteration input in the Interface designer settings:
The community has some really quick interactive videos on getting to grips with Iterative Macros here https://community.alteryx.com/t5/Interactive-Lessons/tkb-p/interactive-lessons/label-name/Macros
Any questions or issues please ask
Ira Watt
Technical Consultant
Watt@Bulien.com
You can find the interface designer by ticking it here in the designer view options:
Hey @Alteryx_AR, if you go to your Interface Designer (Ctrl+Alt+D) > Properties, have you configured your Iteration Input & Output here?
Your Output will be the macro output where your iterations pass back into your main workflow, your Iteration Input is what gets fed back into the macro to be processed again.