Hi,
I have Gallery with an edit function. Edit sends to Editform with possibility to edit data and save.
I have a combobox to search/change "projects". When I select last item in my gallery and edit, the combobox has no value. If I start by selecting the first item everything works fine.
Once one selection has been made, everything works fine.
I see that my lookup takes just half of a second to fetch data.
Could i change the way I fill my combobox with the selected data or how would I get around this glitch?
Code on edit pencil icon: EditForm(ProjWorkFormE);Navigate(ProjWorkEdit)
Code on DefaultSelectedItems: LookUp('[dbo].[ProjTable]',Number = ThisItem.Number)
See capture of behavior in gif below.
