Hello, I have a folder of files with unique names that I would like to run through a flow. I can only run a single file at a time through the flow. I need help building a flow/macro that will dynamically update the input files from the master folder ("Channels") into a single output file.
I am relatively new to Alteryx and tried writing a macro that updates the filter the folder "Channels\*.json" before the main flow according to the list of file names (sample below), but the batch macro isn't iterating through the driver list.
Sample file names within "Channels" folder:
after_work_drinks
basketball
I would greatly appreciate any advice on how to work around this! Thank you!