Date property

if I wanted to write a date inside a formula: like 01/01/year(today’s date) how should I write it so that you interpret it correctly?

Hi @Nviale,

This is documented here: Create calculation and rollup properties

You would specify the milliseconds since the Unix epoch, which is January 1, 1970 (UTC).

Best regards!