Hi,
I am looking to schedule a workflow I have created which pulls data from my company's bank statements.
The bank statements are saved out with the name 'Bank Statement DD.MM.YY'.
I want the flow to run daily picking up the bank statement for the previous working day. For example, on the 14th January 2021 I would need to choose the file named 'Bank Statement 13.01.21'.
I created a working flow to capture this, however my company's server won't let me upload the flow due to an 'Invalid Directory'
I was therefore wondering if I could change the input file path based on the output of another tool.
For example, I have created a mini flow to produce the previous working day, e.g. 13.01.21.
I also have a input data tool with brings in the file 'Bank Statement 04.01.21'
Could I somehow update the file path of the input data tool with the output of the previous working day to bring in 'Bank Statement 13.01.21'?
Many Thanks