Hello everyone,
This is my problem: I have an event variable that only happens on Monday.
I am looking for a formula that would have the list of dates that only happens on Monday, day 1.
With the formula: format_datetime_local (now (), “E”) I have the number of the day of the week.
So I can compare if today = 1.
But I can not constitute my date list.
If someone has an idea.
Thanks in advance.