Skip to main content
Nintex Community Menu Bar
Solved

NWC How to save approval date of each approver in a multi-approver task

  • September 21, 2022
  • 2 replies
  • 91 views

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

Best answer by Garrett

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

 

 

2 replies

Garrett
Forum|alt.badge.img+16
  • Scout
  • Answer
  • September 21, 2022

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

 

 


  • Author
  • Novice
  • September 21, 2022
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.