Hi All,
Would really appreciate some input to a problem that I am having.
What my workflow is attempting to do is:
1. By using the directory tool, taking the location of an xlsm file and saving the file to a new location( pretty much copying and pasting the file from location A to location
. I am doing this using the blob input/output tool, for the only reason other than I dont know any other way. To this file, the current date/time is appended to the file name for audit purposes.
2. Later in the workflow, the above file is to have a sheet overwritten with data from another process. This is where I am stumbling. As the name of the file will change after each run, I am unable to enter in a location which file should be overwritten when prompted to "Write to File or Database". From my use, I am unable to add a wildcard to the output location as this gives a repeated fail.
Is there anything that i can do so that the file created in 1. with a dynamic date in the file name, is able to have a sheet updated?
Thank you for your input!