Hello everybody,
I have an issue with running the workflow if a file does not exists in the directory. I have the following set up:
- Around 25 txt files are separately imported via the 'Input Data' tool
- All of them are running through an unique workflow and are not dependent on each other
- After running the workflow the results are combined and outputed via the 'render tool' into one excel file with several tables and sheets
However, if one file out of the 25 doesn't exist in the directory, the output excel file will not be generated.
How can I check if the file exists in the directory and if it doesn't return some kind of value, so the output file will be generated even if the file is missing? In that case I would like to write something like: "File not in directory. Calculation not possible" in the specific cell designated for the result from the missing file.
I hope you can help me out ASAP as I could not find any other solution elsewhere.
Thanks in advance
Kamil