I would like to send an SMS only if the availability matches the current day. For example: if I put Yes in the Monday column, it means the person can receive the SMS if today is Monday.
What is the problem & what have you tried?
It works without filters, i’m a begginner so maybe it’s the wrong way to doing this. and sorry for the spelling mistakes, i’m french.
The time zone doesn’t translate the date. So you don’t need that param. For this you will have to translate the day names using switch()
Use Text operators: Equal To (Case insensitive)
So the final condition should look like this {{switch(formatDate(now; "dddd"); "Monday"; "lundi"; "Tuesday"; "mardi"; "Wednesday"; "mercredi"; "Thursday"; "jeudi"; "Friday"; "vendredi"; "Saturday"; "samedi"; "Sunday"; "dimanche")}}