General Discussions

Discuss any topics that are not product-specific here.

iterate this workflow for multiple filters - macro

johnnyacm
6 - Meteoroid

Hello community, I must iterate this extensive workflow for 4 cities, at this moment it is doing it for one city but I must repeat it with other filters shown in the image, how can I do it? and also how can I reduce the flow with a macro that contains the entire process
?

Thank you

 

ALTER.jpg

1 REPLY 1
acarter881
12 - Quasar

Hey @johnnyacm, I believe what you're looking for is a batch macro. This is because you want to run a workflow, one city at a time. Iterative, in the Alteryx Designer sense, implies the output from the previous run is the input for the current run. That doesn't sound like what you're trying to accomplish. Using Control Parameters for the filters is how you update the relevant data for each city. The flow part of your screenshot may be turned into a standard macro and/or optimized, perhaps by using fewer tools.

Labels