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.