Hi All,
I have a bit of a strange question that I couldn't find an answer to online. I have several workflows that I run each day where only want to output a file the first time it is run each day. The reason for this is I am using the file output to create a file to use as a comparison for the next day, and then I need to review the data which is going out to SharePoint, ensure that it is correct and then re-run the workflow to actually do the SharePoint update. What I would like to happen is that the comparison file is created during the initial run, then after that the file output container is auto-disabled when the workflow detects that there is already a file there with the same name. The file output simply adds a new tab to the existing file with the new tab being the date of the run as created in the formula tool.
Is there a way to have the file output container or a control container auto-disable itself when the workflow detects the tab with the current date?