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.
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 —