I have a workflow that runs on Mondays. It will then delay until Wednesday to run some other actions. I then wanted to post another delay until Friday and yet another on Sunday.
This week was the first time that I ran this workflow. On Monday, it properly paused the execution until today (Wednesday). However, it seems to have skipped the delays for Friday and Sunday and simply ran the remaining tasks in the workflow.
Here is a screenshot of the run. You can see the delay task is set to Feb 2 (Friday this week). Yet, it runs.
Super interesting. I made a flow today with many delays after each other, with pieces in between. Haven’t tested it fully yet, since it just started today.
@abuaboud I know that questions like this are horrible but I have to ask… any idea on when you might be able to look into this? I just want to know if I should try to come up with a work around.
Maybe I can store the data with a Storage Piece, then use a different workflow that would run on the days that I need to retrieve the data and run the tasks for that day. Got any better ideas?