I have a fully functional workflow built out that utilizes interface tools (Drop Down and Text Box) to allow the user to select the month, year, and location. My goal is to update the workflow to give the user an option to run the workflow for more than one location at a time, with a separate output for each location. I understand the Drop down should be replaced with a list box. I am new to macros and am sure I am missing something.
Current Workflow:
1) Take a previous month's file and save it as the current file. (Blob Input-> Formula->Blob Output)
The file path for both the blob input and output follows something similar to this:
C:\\Data\%Question.Year%\%Question.Month%\%Question.Location%\File.xlsx
2) Take the previous month's revenue data and update the current file (file from Blob Output) with this data (Input->Formula-> Output (file from Blob Output
Challenge: I have not been able to make this work to run the same workflow for multiple locations at once. I tried using the directory tool and dynamic input tools which worked to a certain extent, however, this does not seem to be the most efficient way of building the workflow.