I want to import links on one config file to run multiple workflows.
Essentially what I want to do is, when I run a workflow, it imports all the links, the workflow filters for the link that specific workflow uses. Finally, import data to the workflow for further analysis. File names on the excel files changes each month.
As an example, Sales Workflow will import the config file. Filter for 'Sales Workflow', use the file path the import the data in the file. In January, the file name will be, C:\Users\Tester\Documents\Sales_012026_January.xlsx, in February C:\Users\Tester\Documents\Sales_022026_February.xlsx and so on..
How would I achieve this?
