Hey everyone.
I am working on an app that needs to reset certain data on each Monday of the week. The issue im having is with the specific expression to set this up to work on Monday (I understand everything else)
Right now ( the current date ) it is Wednesday. I can schedule the backend workflow to run on Current Date + days: 5 rounded down to day to get it to run next monday, but that won’t get it to run every monday.
What expression should I use to have it run every monday even though it starts on a Wednesday?
Maybe there is a way to just say “on Day 1 of every week” to run it? But I can’t figure out how to get that to work
Thanks in advance.