Take a look a the application builder guide, specifically around system formulas and you will find:
CurrentTime
DateFromDateTime
-
DateFromDateTime(timeInMillis)
-
Truncates a date, date and time, or time field to the date and returns the result in milliseconds.
-
A time field always returns zero.
You can use these formulas in your Create Record task or Modify Records in the mappings. So if you want the time component you can just use the CurrentTime() as the formula value. If you want to strip the time part of and just have the date, then pair it with the other formula (DateFromDateTime(CurrentTime())
--Mark
------------------------------
Mark Johnson
Senior Architect
Wipro
Bentonville
7025088528
------------------------------
Original Message:
Sent: Mon January 20, 2025 05:00 PM
From: Lee Jarvis
Subject: How to set a field to the current date with a workflow
Pardon the newbie question, but I have a date field that I need to set to the current date in a workflow. How is that done?