Im want to start a scenario every monday morning at 04:00 and i need to get the past monday and sunday, example: If today is 11/08, i want to get the last week date, 04/08 - 10/08, how can i get that?
Hello,
Assuming you will always run scenario on Monday you can use addDays function to format date which you are using in your modules
But thats only general info- please share your scenario details if further assistance is needed.
Hey Dobromir,
If its running on Monday, then last Monday will be {{addDays({{now}};-7)}}, and Sunday will be -8 respectively.