I have two tables.
First Table. Customers with two columns Name, IDCountry ie. Kim,001
Second Table Country. ID, Description. ie 001,'USA'
I create a vertical gallery, set Customers as datasource and inserted two input text and 1 ComboBox.
I set
1st input box = name , fine, I can see Kim
2. input box = LookUp(Country,ID=ThisItem.IDCountry,Description) , Fine, I can See USA
3 combox1 = value = Country, and I was not able to understand how to set the Defaultselecteditems.
Indeed, the combo is always blank.

I tried inserting a second records in country 002, Canada and in Customers Pialla,001 and changed the defaultselecteditems in
Filter(Country,ID=ThisItem.IDCOUNTRY,Description) and the results was

The Input ltext is right and the combo box are wrong.
Someone can Help me, I will do appreciate. It seems that for the combo box ThisItem is not working as the input text.
Giuseppe