Filtering LinkedIn posts within X minutes

Hi,

I’ve used Rapid APIs to scrape LinkedIn posts from thought leaders. After a few steps, I have the linkes and date/timing of posting:


After this iterator, I have a text aggregator and then a Slack module.
After this iterator, I have placed a filter to only get notified with the posts published within X minutes (10000 in the screenshot):


The thing is, nothing is going through (although you can see on the first screen that there is at least one post that should).
Would you have any idea why? If I remove the filter, I have 20 posts per thought leader that go through.

Thanks for any help,

Welcome to the Make community!

Based on your screenshot, it looks like there is no such variable called “createdDate”.

Did you mean to use the “createdAt” variable instead?

Hope this helps! Let me know if there are any further questions or issues.

@samliew
P.S.: investing some effort into the tutorials in the Make Academy will save you lots of time and frustration using Make!

1 Like

Hello!

Yes, indeed, sorry for the confusion but you’re right, it’s createdAt

Never mind, that was it, I’ve tried so many things before actually getting to the right typo of the filter that I didn’t even notice I was filtering on the wrong parameter.
Thanks!