Describe the problem/error/question
I want to filter out events from an RSS feed so that i only have the most recent 10 days of events.
I thought I may be able to do this using the Filter node, so i set that up:
Manual Trigger → RSS Read → Filter
However, no matter what I try to change in the filtering, I cannot get it to output anything.
I have tried setting it to filter:
- Before/After/Before or equal/After or equal to $now.toISO()
- Before/After/Before or equal/After or equal $now.minus(10, days).toISO()
- Based off a “Before” and selecting tomorrow in the interactive date picker (which simply errors out complaining about js not being able to convert my picked time to a datetime object)
- Is equal to $now.toISO()
- Is not equal to $now.toISO()
It udderly befuddles me, how can a single value be simultaniously not before, after, equal, or not equal to now… surely that describes all of time multiple times over?
What is the error message (if any)?
None