Filter output of RSS module by date

I have a simple scenario whereby I am taking the output of an RSS feed and need to filter out and only allow posts from YESTERDAY post date to go through and then get pushed into ChatGPT module and create FB and LinkedIN posts. I made this loom video explaining. It’s all working, but the RSS feed is showing draft posts as well as active.

Any help is appreciated

Hi @Gene_Burwood

Try Date created

(Date time operators) Equal to

adddays({{now}};-1)

@damato