So, I have a workflow that I am trying to utilize my first batch macro on. There's more than what's shown in order to get to the inputs, but I have attached the necessary files. Basically I have data for 3 locations (far left column is location):
| ORG | AMEX | 1000 |
| ORG | DISC | 1000 |
| ORG | MC_V | 1000 |
| ORN | AMEX | 2000 |
| ORN | DISC | 2000 |
| ORN | MC_V | 2000 |
| ORT | AMEX | 3000 |
| ORT | DISC | 3000 |
| ORT | MC_V | 3000 |
And I want to run a batch macro that performs an output for the locations one at a time. The only thing in my batch macro is a filter tool that has the specific string related to Location being changed.

For some reason, when I run the workflow, it only runs it for the criteria I originally put in the filter tool rather than dynamically changing the filter criteria. The goal is to get a different sheet in my output for each location - so ideally 3 sheets in one excel file (this part is done outside the macro though).
Probably an easy fix, but many of the batch macro tutorials I have seen haven't really helped to troubleshoot this.
Thanks in advance!