I am trying to put the current date/time into Salesforce date/time field.
Celigo AI suggested this:
{{dateAdd "" "" "US/Central"}}
CoPilot suggested this:
{{dateFormat "YYYY-MM-DD HH:mm:ss" (now)}}
Grok suggested this:
{{dateFormat "MM/DD/YYYY HH:mm:ss" timeStamp}}
I get errors on all 3 of these and have tried different variations with no luck yet. Any help is appreciated.