How to filter list based on exact date

I have a list of entities which by default, displays all items from a collection.

I would like to filter the list using a date picker for an exact date. The date picker allows only “after”, “before” and “between”. I’m stuck on configuring how to input an exact date so that the list returns only the records based off that date.

1 Like

Hi! Did you find a solution to this issue? I’m looking for something similar.

1 Like

I stuck in the same issue. have you found a solution?

Hi @AhmedTawfeeq ,

Welcome.

Use Date property, instead of Date Time, you will find equal as operator.

1 Like

Hi how about filtering such that it only shows if the date is not equal to date picker?

Hi @kennethphoe ,

You could try less than or more than operator, combined with OR.