How to write filter "Later than 14 days"

Greeting

have this field:value as example

    "modifiedTime": "2022-12-14T12:30:20.000Z",

cant figure out how to use filter like
modifiedTime Later than 14 days ago
Thanks

Assuming you want to match all dates between now and 14 days ago:
image

If you want to get dates older than 14 days ago, just change it to Earlier than

2 Likes

maybe im doing something wrong
i use this filter

only I item pass though this filter
image
bundle12


but in next section (after filter)

I can see all bundles

If you hover over these it should show you the input value it was using to compare:

Also showing an expanded bundle or 2 here should help

1 Like