I have a use case where I am waiting for a file to be modified. Once it is modified, I need to wait until Sunday and move the file.
Workflow:
- File is modified (triggers workflow) - sometimes occurs on Tuesday or Wednesday
- Wait until Sunday
- Move the modified file to a new folder
The main issue I am having is that I can't set it to a specific day of the week. The reccuring trigger will not work because I need the workflow to know what file I want to move. Any advise would be greatly appreciated