hi, i get a feed rss, i want to filter from date and other.
With other he working fine, but when i add a date filter … it not working with errore in the format date.
The date from rss is “Tue, 06 Aug 2024 20:03:36 GMT” and i use this:
{{formatDate(rssfielddatepub; “DD.MM.YYYY HH:mm”)}}
rssfielddatepub = example
I want filter only feed with content length is > 1000 chars and the datepub is than last 4 hour.
If is ok i get only new rss feed, do you know?
this is my filter:
Hi @caniggiaroby
Make sure the date from RSS is in the correct date format; otherwise, you will need to use a parse date function to convert it.
Regards,
Msquare Automation - Gold Partner of Make
@Msquare_Automation
Escusa me, i don’t know how i can make it, can you tell me step by step please?
Now i’m here:
i think is correct the concept but … not working.
the result is
the start date from rss is
i want from NOW - 4 hour and now is 14:00.
14:00 - 4 hour = 10:00 than i can publish this news.
i search last 10 feed and if they are a fresh publish i can go with scenario.