Hi all,
Looking for a way to read data from a source file containing inputs and outputs' file paths.
Suppose you have a file name index.xlsx containing the following:
| Input Path | Output Path |
| C:\Users\input1.xlsx | C:\Users\output1.xlsx |
| C:\Users\input2.xlsx | |
What I want the workflow to do is read the contents from both input paths and save the output at C:\Users\output1.xlsx
The reason for this is that my team keeps changing input paths and I want each time to update only index.xlsx prior to running the workflow.
Thanks all!