Forum Discussion
Brandon McGinnis
Aug 27, 2019Brass Contributor
SubmitForm not working with auto-generated DataCard
Good afternoon everyone! I'm running into an issue where I'm trying to call `SubmitForm(Form1)` with Form1 being a SharePoint list, and I'm getting an error message saying I need to add the Title fie...
- Aug 28, 2019
Hi Brandon McGinnis,
The "Title" field is usually required in most SharePoint lists. If you are not using the Title field, set "Require that this column contains information" to "No".
If you don't see a "Title" column then it has probably been renamed (Task Name?).
I hope this helps.
Norm
Aug 28, 2019
Check the "Update" property on that Task Name Data card. If the field name or field should show "Title" then you know it's the title column.
Anyway, in the Update property, you need to put the User().FullName & "-" & Now()
That way it gets that value for the update when you envoke SubmitForm.
Anyway, in the Update property, you need to put the User().FullName & "-" & Now()
That way it gets that value for the update when you envoke SubmitForm.