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:
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
Hi @dylan_boucher ,
Sorry, there may be a problem with the method I provided. I don't know if you have tested it.
Please use sub() function to replace mod() function, and nothing else needs to be changed.
I am so sorry for my mistake again.
Best Regards,
Hi @dylan_boucher ,
I did a test on my side, you could try the following method to determine the date of moving file.
Image reference:
Please take a try.
Best Regards,