Hi
I think this is really odd, does anyone have an explanation or even better, a solution?
I'm patching multiple drop downs to a SharePoint list using:
Patch(Table1,varRecord,{Field1: dropdown1.Selected.field1ID, Field2: dropdown2.Selected.field2ID, Field3: dropdown3.Selected.field3ID})
This will work fine maybe once however after the app is published the patch throws up an error. It stops recognising field2ID and field3ID and if I edit those values it wants me to use fieldID1 values for each.
Each of the dropdown is populated from their own SharePoint lists and if I remove and readd the SharePoint lists it will again recognise and accept field2ID and field3ID but then the error soon returns.
Since it will recognise it the after the lists are reattached this suggests I'm not doing anything wrong but am I?