Now
Syntax
Now()
📘The Now function doesn't reference arguments. It can be used independently to generate the current date and time, or it can be used within another function to reference the current date and time.
Examples
Now()DateDiff(“minute”, [Invoice Date], Now())Last updated
Was this helpful?