I have an app that I have had live for a few months now and a portion of the SubmitForm() is not working. It no longer saves values into a multiline text field on a new record or updates the values on an edit form. I added a combo box to the data card for the multiline text field in the form. In the update property of the data card, I have:
Concat(cmbTriggers_1.SelectedItems,Title, "::")
When I preview the selection in the formula bar, it displays what I want saved.
I have tried other fields in the form, and it updates and creates those just fine.
I even reverted the update property of the data card back to the textinput control that was created when I added the form, and set the default property of the textinput to the concat function above with no luck. It displays the selections as desired in the textinput control, but does not update on save.