How to create a snapshot of a field value to another field
We have two fields in the Upper Form to track the record's version history: 'Version' (editable) and 'Previous Version' (read-only). I want to configure 'Previous Version' to retain a copy of the 'Version' field, but it should not update when the user modifies the 'Version' field. How can I achieve this?
This is a non-WF BP. Thanks!