Filter for date is not working

If in doubt, we need to consult the Gmail API.

According to Searching for Messages,

the accepted two formats for Gmail are

(date only - no hours, minutes, seconds, tz)

after:2014/01/01 

(seconds only, no tz)

after:1388552400

Therefore you will still need a formatDate to convert the date into a string format that Gmail accepts.

(date only - no hours, minutes, seconds, tz)

{{ formatDate(now; "YYYY/MM/DD") }}

(seconds only, no tz)

{{ formatDate(now; "X") }}

For more information, see date formats 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 —

General

Help Center Basics

Articles & Videos

samliewrequest private consultation

Join the unofficial Make Discord server to chat with other makers!

1 Like