Filtering Articles by Publish Date in Automation Workflow

Hi Team,

I hope you’re doing well.

I’m currently working on an automation workflow that scans a specific webpage and extracts articles updated within the last week. I’m using the HTTP module in Make.com to fetch the page content, followed by a Text Parser module to extract the relevant data. The parsed output includes a Published Date field for each article.

I’m looking to filter these articles based on their published date — specifically to pass only those published in the last 7 days to the next module in the scenario.

Could you please advise:

  • Which Make.com module is best suited for this type of date-based filtering?
  • How I might structure the condition, especially if the date format is DD/MM/YYYY?

Your guidance on this would be greatly appreciated.

Best regards,
Debasish Dash

1 Like

Hi @Debasish_Dash,

Can you try something like this to see if it works?

addDays(now;-7) confirmed equals June 2nd so I believe this should work.