Is there an easy way you can share?
Business Process Make a variable of the current date time (in the form) that is to be combined with other values in the form to create a unique key
I need to build a date time string like =TEXT(now(),"YYYY-MM-DD HH:mm:ss")
is there a way to accomplish that as a calculation in a variable?
I've tried to =concatenate(year,month,day hour,min,sec) all wrapping now() and the separators but its giving me a date like 2024-02-28 1:2:6 sigh... is there a better way?
I've been all through this, lots of examples but nothing on a plain vanilla datetime?