Auto populate current date in the date type attribute in NERM

We have a requirement to auto populate current date in an attribute during the Lifecycle Workflow execution in NERM. How can we achieve it.

Hi there! This is super easy to do in a Workflow using a Set Attribute Values action:

  1. Search for and select the attribute you want to set to the current date
  2. Set the Operation to “set value”
  3. Set the Set as to “dynamic value”
  4. Set the Value to “0”
  5. Set the drop down after the Value to “days before today” (This should be the default option)
  6. Save your workflow

Example with an Assignment Start Date attribute:

Make sure that Set Attribute Values action is before a Create or Update action so that the value properly saves to the Profile.

1 Like

Thankyou Zachary. The solution worked for me

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.