Add a filter on a date field

I want to add a filter on a platform-config Date field.

I defined a platform-config date field and I want my filter to only include where the platform-config Date field is greater than 1 January 2022.

Please try to use an expression similar to this…

PlatformConfig.Employment.StartDate > new DateTime(2022,01,01)