I have a gallery that pulls the data and saves it correctly in the database, but when pulling the edit form it is not displayed correctly
Here is my code:
My database is SharePoint and the column is a single line text
Items property:
Distinct(Filter(MycollectionNameHere; AREA<> Blank() /*"NULL"*/);AREA).Result
DefaultSelectedItems:
{Value:LookUp(MycollectionNameHere;NOME=ComboBox1_38.Selected.Result).AREA}
Why is this happening?