This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
General Discussions has some can't miss conversations going on right now! From conversations about automation to sharing your favorite Alteryx memes, there's something for everyone. Make it part of your community routine!
Greetings guys,
Hope that you're all doing well.
I am trying to create a workflow that takes a bunch of excel files full path (along with the sheet name) and inputs it into a batch macro that does some manipulation on the data and outputs each file in a different output without unionizing all the files, However, I am having trouble doing the last step as it unions all the files in the same output. I attached a picture of the workflow inside the batch macro.
Any help is appreciated!
Thanks guys
Solved! Go to Solution.
Hi @Faresghnaim,
You're going to need to tick the checkbox at the bottom of your output tool "Take file name / table name from field" and select "change entire file path" and select your Filename column in the dropdown (keep field in output).
I've attached my workflow for you to download if needed. If this solves your issue please mark the answer as correct, if not let me know!
Regards,
Jonathan
Thank you very much for taking the time to help @Jonathan-Sherman !
This was exactly what I am looking for.