0
votes

I have list with a lookup column linked to another list on SharePoint Online. Like there's list of tours and I would like to assign transport vehicles (eg bus) to each of them. When I let PowerApps generate an app from the list, the lookup column is converted to a dropdown list with multi-select option.

I would like to show the vehicle details in a gallery, but when I bind the items of the gallery to the bus field of the main list, I get a list of all vehicles, regardless which and how many is selected.

When I bind the items to the selected items of the dropdown list like cb_bus.Selected, however, I see the correct items. So, as a workaround, I could hide this dropdown and show only the gallery, but I hope there's a more straightforward way to present this field.

1

1 Answers

1
votes

I tried it out with lookup fields, the steps sound corrent. I used "Choice" function which only gives back id and value. To display details of selected, I need to bind with the list containing detials.