Skip to main content
Nintex Community Menu Bar
Question

Updating a UI only field with old value of a field being modified without a JavaScript

  • July 11, 2024
  • 2 replies
  • 30 views

Forum|alt.badge.img+2

When a field is updated in a Model, Is there a way to populate the old value of the field into a UI only field, before the new modified value is updated for the field without having to write a JavaScript?

2 replies

Forum|alt.badge.img+13
  • Scholar
  • July 11, 2024

Hey, if I understood correctly, not sure of your exact scenario, but you could duplicate the model, and in the duplicate model, the field will have the value of field before it got edited on existing model.

Hope it helps


Forum|alt.badge.img+2

Hi Dave, Thank you so much. It worked. Really appreciate.