Looking for help please.
I've created a form where user inputs data (name of the task, completed by, comments etc). "Completed by" field allows user to select multiple names from the office360Users (multiple selection is also enabled in the corresponding sharepoint column). However when I submit the form there is an error message "Network error when using Patch function. An unknown error occurred".
When returning to the form submit button has formula error (formula is: "SubmitForm('FormName');ResetForm('FormName');Navigate('FormNameEntry');NewForm('FormName')"
Everything works when I remove multiple selection in the 'Completed by" entry and sharepoint column.
Any ideas how this can be fixed? Allowing multiple names under "Completed by' would be quite handy.
Thank you in advance