Hello, I have to pull data for multiple date ranges and output into individual Excel files. I have a Text Input tool with the start and end dates.
Start End
01-01-2021 01-15-2021
02-10-2021 02-21-2021 etc.
I am passing these dates one by one into a Dynamic Input query and replacing the start and end dates. How can I output the data for each date range into its own file. Like -
1. TestOutput_Jan2021.xlsx
2. TestOutput_Feb2021.xlsx
If I can do this, I don't need to have multiple workflows, one for each month. Thank you.