I have a batch macro that I am wanting to write in to my workflow that will loop through a specific site listing, update a filter within the macro, and then should output the data on to a table/range within an .xlsm file.

Configuration of XLSM (output tool)

Configuration of batch macro

Ideally, the output should look something like this:

But instead it looks like this:

The batch macro loops through each file successfully, but it looks like it is not overlaying the data on to the xlsm before creating the output. Any help would be greatly appreciated! 😀