I have created a batch macro to pull the data from all of the sheets from an excel file, However it is taking the data only from the one sheet and not from all of them.
Please guide. Struggling To get this from 3 hours..
Solved! Go to Solution.
I can't see your macro, but it's probably as simple as putting a browse tool after your macro in the workflow.
Sorry, no, scrap that. You need to create a list of sheet names to feed into the batch macro. You could do this my running the macro twice, like this
Hi @moinshaik,
I'd agree with @DavidP. When creating an iterative or batch macro if you don't put a browse tool after you will just see the first "iteration" or "run" of the macro and therefore not see all results from the run.
If this solves your issue please mark the answer as correct, if not let me know!
Regards,
Jonathan
Hi - I have been trying to use this worklfow "Batch macro to read multiple sheets from excel file" but the output that I am getting in not aligned with the column names from different tabs in my excel input. I think I need to change the configuration in the Macro used to match by field name instead of position. Is it possible to share the macro used so I can edit it?
I'd try using a CReW macro .... I think that there's one for exactly this purpose.
Cheers,
Mark
I haven't used this CREW marco blog, I found multiple on this Alteryx community but not able to get the desired result. I am trying to merge 90+ tabs from a single excel file to give me one output. And since the fields in 90 tabs could be different, trying to arrange by file name. No success so far though.
This was resolved, I was able to fix the macro after some research.