Overview:
A field value cannot be saved without a Vault error. There is no action when the user clicks the Save button.
Root Cause:
There is a value in a hidden field.
When Vault executes the Save operation, it checks all fields. If a value, stored in a hidden field, is considered invalid, the Save action is not completed.
Solution:
Display the hidden field according to field dependence. Delete the value in the field.
Related Documentation:
N/A
Thank you