Hi all
In my combobox in my form while in Edit mode,I tried this LookUp('App Functions',Functions.Value = GalleryFunction.Selected.Title) which doesn't give errors, but it does not set the DefaultSelectedItems either. Functions is a lookup column, whereas GalleryFunction.Selected.Title is sourcing from the actual list that has the data.
Data source is Sharepoint list.
The objective is when I select a record in the GalFunctionSelect gallery that I navigate to my form to enter a new record, but that my combobox is preselected, and when I hit submit button that it saves the default selected item along with the other fields that I have filled out to my Sharepoint list.