We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Batch Macro Help: filter data and output regional CSVs

Carluccio555
9 - Comet

Trying to get this batch macro over the line and could do with some help.

 

My main workflow has an output which is global data with 5 regions, I also use a unique on the region field to get my list of control parameters: NA, LATAM, EUROPE etc, 

 

image.png

 

Within the macro workflow, I've linked the control parameter (region list) to a filter tool to filter the incoming data by region, and another control parameter to the CSV output to rename the CSV after the region.

 

Also within the macro I have attached a macro input to the filter all shown as below:

 

image.png

 

Now I'm stuck what to do as the incoming data doesnt seem to be linking?

 

thanks

1 REPLY 1
Carluccio555
9 - Comet

OK figured it out, just had to setup the input template for the macro to look at region field of the input. 

Labels
Top Solution Authors