
Announcements
Hello everyone,
I have a gallery with an add colomn to filter on a lookup colomn in my list
and want to make an editform, so I put LookUp(datasource, ID=Gallery2.Selected.ID) in EditForm.Item and datadource in EditForm.datasource
that is working correctly I see the item I selected in my gallery
my button to send this form have SubmitForm(EditForm) and I have this error
I don't understand what is wrong
Hi @Yuna-Evita
Set the DataSource property of the form to just SPListName (not EditForm.datasource)
Reference (In this case facilities is SP list name)
Thanks,
Stalin - Learn To Illuminate