Hi guys, I’m trying to set up an automation that scraps linkedin post using Apify. I set up an filter so it only gives me the posts that’s posted within 24 hours. But for some reason I the post never passes through even tho it is posted with in 24 hours. I have attached my work flow below and how I have the filter set up. Can someone please help and let me know what am i doing wrong here?
As per the attached shot, the Given value for filters in condition 1 looks wrong, you’ve used 22.Total number of bundlesEqual to 0
Another important thing is there are AND operator is used between the 2 conditions so it needs to pass both conditions as true then only it goes to the next steps.
Check it closely and try Not Equal to 0, Otherwise try OR operator if you want to pass it to only 1 condition is true.