Hi, on a form, I have a Combo box dropdown that's connected to a Lookup table.
The Items property of the Combo Box: Choices([@KPILeaders].KPIGroupNamesLookupT)
The Update property of the Combo Box: DataCardValue109.Selected
Combo Box name: DataCardValue109.Selected
With the combo Box, I am able to save an item, but when I select multiple items, only one item is saved to the lookup table.
I believe that's because the lookup table is not a choice table. (It's a just a lookup table)
The save form is: SubmitForm(Form7)
How do I get Power Apps to save multiple selections? I am using Dataverse, not SharePoint List.
Thank you very much for all of your help.