Hi, I am trying to define a variable so that when you select an item from the gallery it will fill in all the fields related to this gallery. I only have experience with drop downs for creating variables. To test the connection between the data from my MS list and the power app, I used a drop down. The gallery is also populated with data from the list. I would like to define my variable as the selected list item. So something like Set(TechVar ,LookUp('Technology Register_1',Title = ThisItem.Title.Selected.Value)) but this won't work. TechVar (my variable) was previously defined for choosing from the drop down but instead of selecting my item from the drop down, I would like to select from the gallery instead.
Any help would be greatly appreciated, Thank you in advance