I have a batch macro which supposed to read all the .csv files (they are named by the date) in a sharepoint folder (via sharepoint input tool), connected to a workflow that reads the same folder's directory, lists the name/path of the folders and match the file that has the today's date in its name. So, i may dynamically read the today's file and output it.
However, the batch macro does not read all the files in the folder but only reads the one i marked in batch macro (highlighted in macro ss).
Any idea what might be the reason?
attached ss
Solved! Go to Solution.
Thank danilang!
Had to click on replace a specific strng and just write any file name inside the folder to be replaced by the incoming data. Thanks!