I am trying to build a macro that takes two inputs. The first is the main data, and the second is a list of fields to select within the main data (all others should be removed).
Creating a batch macro doesn't work as the output of each batch unions below each other (see attached pics). I am also unable to create an iterative macro as i need to iterate through two input files.
Does anyone have any ideas?
Solved! Go to Solution.
You need a batch macro inside a standard macro and make sure you only pass a single record to the control parameter input of the batch macro.
Take a look at Dynamic Formula in the CReW macros for a very similar example.
Hi Ben,
Please would you send me some screenshots.
I am unable to open your workflow as my workplace uses an older version of Alteryx to yourself.
Many Thanks,
Koji
Check out this blog on how to downgrade and Alteryx workflow :)
Ben
https://theinformationlab.co.uk/2018/07/12/downgrading-alteryx-workflows/
Hi Adam,
Unfortunately the security policy in my workplace does not allow me to download the CREW macros so I am unable to check. Can you send me a screenshot instead?
Best Regards,
Koji
Thank you very much.
Both your solution + the guide showing how to downgrade workflows are extremely useful!