Date filter not working even if format date

:bullseye: What is your goal?

Hello I am trying to filter by two dates, is there something wrong with this filter?

:thinking: What is the problem?

Runs all the items through the filter

:test_tube: What have you tried so far?

formatdate, parse date

:camera_with_flash: Screenshots: scenario setup, module configuration, errors

Hello,

You are using time operators but want to compare Datetime

Also, formatDate turns a date variable into a text string. You need parseDate to make sure you are evaluating date type variables.