Forum Discussion
angela
6 months agoCatalyst II
Update: There are definitely some issues with the date parsing!
My previous filter worked more or less for certain dates. I now tried some complete different dates and this time I even got an error message that doesn´t appear before:
AND (CurrentItem.created_on > '2025-09-15')
OR
AND (CurrentItem.created_on > '2025-09-15T05:00:00')
resulted in:
-> Converting a nvarchar data type to a datetime data type resulted in a value that is out of range.
I use Innovator 12, does anyone know if this one is a know behavior and fixed already?