Hi everyone,
We are a couple newbies looking for help on an interesting Alteryx task. Unfortunately it is a confidential workbook so we are unable to share, but please let me know if you need any more info to clarify the issue below!
We have a nested batch macro. The Alteryx starts out with a Directory tool, sending the FullPath (file name) into the first macro. This macro extracts the sheet names of each file, and uses a filter to filter out any sheets of the Excel files that we don't need to deal with. We need to keep TWO tabs that we need to combine in the next macro. These tabs will always have the names "Comments" and "USD" respectively.
Then we have been sending the full file name PLUS sheet name into the next macro, but think this is what needs to change since we recently added the Comments input tab that we need to combine with the USD tab. These tabs are not identical and contain different information that gets matched up based on one field. This second macro is where the summarization of the tabs happens, with the Comments and USD tabs needing to be joined up almost immediately.
Essentially, our need is to go file by file in a folder, and combine TWO specific tabs of each file and then perform further summarization of the combined files. Does anyone have any ideas on this?
So far our trouble is that in the first macro mentioned where we filter to the tabs we need, we end up with th