Unable to save new values in a currency fieldIssue When a new value is entered in a currency field on the form and click on "Save", the new value isn't getting updated in the field.CauseThe issue because the same currency field (duplicate) is added in different sections of the same form.It is not a best practice to use the same field multiple times on any form as it may lead to inconsistent behavior and may even break the form.ResolutionTo resolve the issue, make sure that the fields used on the form are unique.