Skip to main content

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?

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


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


Reply