Date node Hubspot

Hello community,

I have a quick question, i would like to create a node for only contacts that had exceeded more than 90 days for the ‘last contacted’ fields

image

Do you have a solution for that please ?

Thanks

Hey @TheG, I think something like this should do the job:

In this workflow, I am using an expression of {{ $today.minus({days: 90}).toMillis() }} to filter contacts contacted more than 90 days ago in the Value field of my filter:

image

This seems to be the format expected by Hubspot’s API.