I have an app with a form tied to a SharePoint list. It has an edit form to pull up records and save them back to the list when the user makes changes. It was working fine for a whole year until last week. Oddly, nothing changed, app and SharePoint list were not modified.
App edit form has multiple dropdown boxes but only one is not saving changes to the list. There are two dropdown boxes that are related to each other: Service Area and Facility Area. User first selects a service area in the service area dropdown and it filters the options that appear in the Facility Area dropdown that are relevant to for the selected service area. The Facility Area dropdown is the one not saving back to the list. There's a save button on the form that triggers a submitform event. Help!!
Form: Frm_ProjectEdit --- and it is pointing to my project list on sharepoint
Save button: OnSelect: SubmitForm(Frm_ProjectEdit)
Service Area: DataCardValue48 --- corresponding sharepoint list column type is "lookup"
Facility Area: DataCardValue47 --- corresponding sharepoint list column type is "lookup"
In the Service Area, Update property is set to: DataCardValue48.selected
In the Facility Area, Update property is set to: DataCardValue47.selected