Hi, can anyone help me out? I’m trying to create a router with a date filter. But i do something wrong:
{{addDays(1; 3; 4; 6)}}
Hi, can anyone help me out? I’m trying to create a router with a date filter. But i do something wrong:
{{addDays(1; 3; 4; 6)}}
Do you want the filter only to pass on certain days of the month? Is that what you are trying to do?
Yes,
So
Filter one:
Monday, Wednesday, Saturday
Filter two:
Tuesday, Thursday, Friday
Welcome to the Make community!
According to the Tokens you can use to format a date variable, you can use d
to get the day of week.
For more information, see Date Format links below.
Here are some useful links and guides you can use to learn more on how to use the Make platform, apps, and app modules. I found these useful when I was learning Make, and hope they might benefit you too —
parseDate
| tokens for formatDate
Hope this helps! Let me know if there are any further questions or issues.
— @samliew