Date time in Field value expression

Hi,
I’m noticing strange behavior with the “now()” function when it’s used in a “Field value expression”. When used on its own, the field value is not populated, but when I use it with another function like “modDate(now(), ‘1’)”, the field value is correctly populated.

Seems like the format of now() interferes with the Date format.
Please use modDate(now(), "0") for now until it’s fixed.

Thank you for your quick response and your advice.