Hello Im trying to use this on a ComboBox, while taking the information from a Gallery. I'm using the property "DefaultSelectedItems".
It is only 1 item, always (selectmultiple on false).
I use the following function with delegation issues: First(Filter(Materiales, Gallery1.Selected.Tipo = Title)).Title and it works.
When I change for your solution, it doesn't work (result is not a table). LookUp(Materiales, Gallery1.Selected.Tipo = Title, Title).
If I use the [] to create an array with 1 option, then it shows this result, but it doesn't take the info from the list so it is not working properly.
Ideas?
Thanks