Problem with filtering and the date

Hi so I am getting an error with make.com it pulls posts from my wordpress website that are already posted, what can I put in the filter box so that only posts that have a modified date of any time of the day we currently are in passes through.

1 Like

Hey there,

is that a date variable already? There are time/date operators in the filter that you can use and you and the {{now}} variable to get today’s date. So check if that variable you have matches {{now}}.

Hi, thank you for your response. I am a little confused because wont the {{now}} variable need to match the time exactly. I just want it to match the date. I tried it and didnt work since the time I am running the make scenario isnt the exact time it was posted though the date is the same. Any other tips?

1 Like

You can use formatDate() to get only today’s date out of {{now}}. Also make sure 3.Date is actually a date variable and both of them have the same format.