I have multiple workflows that can be run multiple times throughout the day, triggered manually by a user.
In the workflow, there is a single output where:
1. If this is the first time the workflow is being run, it will create a new excel file with a pre-specified sheet name that contains today's date.
2. If the workflow is run twice in the same day, I'd like to data to go into an output tool that is set up to Overwrite file.
Is there a way to create a conditional workflow so that if a file doesn't exist, the data flows through to the output tool that is set to create a new worksheet. If the file already exists, the data flows through to the output tool that is set to overwrite file?