SUBMIT button issue - Not all fields are getting updated

Since you are using a Submit button, I’ll go a step further and assume that the form is connected to a dataset, and that the button is “connected” to the Submit action.

To set the fields of the dataset item to the values of the input components, you should use setFieldValue or setFieldValues .