Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Iterative macro

Meoth
8 - Asteroid

Hi,

 

I have attached the sample workflow where I am using same set of connections multiple times. 
Is it possible to create the same set of connections in macro? 

 

 

Many Thanks,

Meoth

3 REPLIES 3
OTrieger
14 - Magnetar

@Meoth 
Potentially you should, as a macro is just a shell for a WF, therefore you can take any WF and turn it into a macro.

There are some exception for tools that cannot be in a macro, but those ones you can set out of the macro and get the data for them through Macro Input

Meoth
8 - Asteroid

Thanks @OTrieger for the response. Could you please attach the Iterative Macro for the workflow attached in the discussion topic? It would be really helpful.

Many Thanks,

Meoth

Qiu
21 - Polaris
21 - Polaris

@Meoth 
The least we can do is to use a Standard macro as below.
Maybe you can optimize your data process again to remove all the connections.

0219-Meoth-A.png0219-Meoth-B.png

Labels
Top Solution Authors