Hi guys!
I hope you can help me with this problem.
I would like to have the list of contacts changed only from -2 hours from now.
I have tried both the “watch crm objects” and the “search crm object” module but I don’t know how to set the filter by date, I have tried but it gives me an error!
How can I do this? Possibly even with a workaround.
Thanks a lot for your help!
Welcome to the Make community!
It looks like you haven’t provided the error message in your post.
Also, if you read the description below the field, it gives a hint that date filters are compared using milliseconds.
That means you should be doing something like this:
{{ formatDate(addHours(now; -2); "x") }}
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
samliew – request private consultation
Join the unofficial Make Discord server to chat with other makers!
2 Likes