Hi community,
I have a workflow that I plan to send to other people on my team. However, I do not want them to have to change the output file path on every file when they go to run it (There is at least 10). I want the files to be saved in a folder called "TABLES" that needs to be created in the same location where the workflow is saved. I know you can create a generic file path like so ".\Tables\File1.csv" and that will save how I want it to. Unfortunately this will fail if the folder "TABLES" hasn't been created. Any suggestions on how to check and create this folder if it doesn't exist or to allow the output tool to create the folder itself?
Thanks for the help!