Hey guys,
I hope you can help.
I have a gallery and a form linked to the same SP list. I have it function so that when I select an item in the gallery, the values in the form beside it populate with the selected item details.
Everything works except the dropdown where I have 'Allow Multiple Selections' active within PowerApps and the SP List. Multiple items need to be chose in this field.
Form - Item:
LookUp('SP LIST', ID = Gallery2_2.Selected.ID)
Multi-Select Dropdown - Items:
Choices([@'SP LIST'].COLUMN NAME)
Any help would be massively appreciated!
Thanks 🙂