Hi !
I have a Sharepoint list with a fair amount of fields.
None of them are required excecpt a Title and a Date which are respectively set with a text input and a classic date picker. Both of these controls have been added automatically by connecting my list as a datasource.
BUT, when I'l trying to SubmitForm(myFormThatWontWork!) I get the very annoying "An entry is required or has an invalid value" and sometimes a beautiful : "An error occured when trying to create a controller of type 'Sharepointlistdatatable'" or something very similar.
I tried refreshing the datasource but had no effect.
Has anyone experienced the same ? Any thoughts about how to resolve this issue ?
Thanks !
Hi @PierreParmentie,
Do you mean when creating App automatically from SharePoint List, the create new record won't work?
Please check to see if any of the fields (Specially for the Title field) under your SharePoint list are configured with "Require that this column contains information" attribute, if one of them is set to none, the submitform would give the following error:
"An entry is required or has an invalid value. Please correct and try again."
Under the SharePoint List, try to create a new item, make a note about the columns that are marked with a asterisk, then check your Editform and make sure the columns marked with the asterisk are listed.
Regards
Hey,
Thanks for the answer.
The issue was that I added a field to the form but set it to visible : false which gave me the error.
I still get the "An error occured when trying to create a controller of type 'Sharepointlistdatatable'" though.
User | Count |
---|---|
187 | |
125 | |
91 | |
47 | |
42 |
User | Count |
---|---|
271 | |
161 | |
132 | |
83 | |
78 |