HI, I have just (in the last few days) started to receive this error in my app when i update and save a form.
I submit the form then collect the data back from the sharepoint list (skillsDetails), into my gallery datasource(mySkills), so the gallery will update and show the latest data, filtered by the user.
SubmitForm(frmEditSKill);
Collect(skillsDetails,mySkills);
Navigate(mainScreen,ScreenTransition.Fade)
The collect line is now giving me an error. network error when using collect function: field 'id' is required.
I do not have a 'id' field and the only requested field in my sharepoint list is the 'Title'
It has worked for 2+ years without issue.
Has something changed, so that this now will not work (note: it does save the data still)
thanks in advance

Report
All responses (
Answers (