Skip to main content
Nintex Community Menu Bar
Solved

How do I track a change in field and log it?

  • February 23, 2021
  • 1 reply
  • 205 views

I have a form where a customer needs to track a status change from a drop down.  When that person makes a status change, to record their name, and date and what the status was into  a log format.  What is the best direction on capturing this information.  It would have to either be appended to existing text or log like a repeating table.  Which ever is easiest.  Please help,

Best answer by leighburke

@Rachel20J Use a multiple line text field and in the workflow have it update with the existing value plus the addition.  You could use a build string as well depending on how you would like to format it.

 

 

1 reply

Forum|alt.badge.img+14
  • Nintex Employee
  • Answer
  • February 24, 2021

@Rachel20J Use a multiple line text field and in the workflow have it update with the existing value plus the addition.  You could use a build string as well depending on how you would like to format it.