Solved

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

  • 21 September 2022
  • 2 replies
  • 61 views

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

icon

Best answer by Garrett 21 September 2022, 20:33

View original

2 replies

Userlevel 6
Badge +16

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.

Reply