Hi,
I have a powerapps form that has text input boxes and comboboxes for users to fill and submit. This updates a list on sharepoint. The comboboxes also populate the choices from the sharepoint list.
The combobox name is DataCardValue40. The patch formula does not let me write 'Business Line':Table(DataCardValue40.SelectedItems) and throws an error. If I write 'Business Line':Table(DataCardValue40.Selected), it accepts but then it only updates the first selection my SP list. Business Line is the Column which I want updated with the selection of choices.
Need help to fix this.
Hi,I have a powerapps form that has text input boxes and comboboxes for users to fill and submit. This updates a list on sharepoint. The comboboxes also populate the choices from the sharepoint list.The combobox name is DataCardValue40. The patch formula does not let me write 'Business Line':Table(DataCardValue40.SelectedItems) and throws an error. If I write 'Business Line':Table(DataCardValue40.Selected), it accepts but then it only updates the first selection my SP list. Business Line is the Column which I want updated with the selection of choices.Need help to fix this.