Hi, maybe you could help me with this.
I'm trying to set a Datetime field through Formula in workflow when a record gets updated. I'm having issues with setting it to a specific time.
For exemple:
I want dateStart to be set the next day at 09:00.
I can change the date with:
dateStart = datetime\addDays(datetime\now(), '1')
Am I able to set hours and minutes to specific value?
I'm trying to set a Datetime field through Formula in workflow when a record gets updated. I'm having issues with setting it to a specific time.
For exemple:
I want dateStart to be set the next day at 09:00.
I can change the date with:
dateStart = datetime\addDays(datetime\now(), '1')
Am I able to set hours and minutes to specific value?
Comment