Skip to main content
Nintex Community Menu Bar

In NWC, for "Assign a task to multiple users", is there a way to capture the date of each approver's action?

Hi @LoveNintex 

 

Its possible if you are using a Task Form. Just a a Datetime control to the Form. Set the value to the DateNow() function

 

The DateNow() function

 

You can access the Datetime in the Task response collection

 

 


Perfect, thank you. That will work. I was thinking I may use a lazy approval (express approval) later, so I was looking for a system variable, but for now, this will work. Thank you.