Power apps, Patch choice column with combobox with depending on dropdown

Brass Contributor

I have a dropdown with Distinct values from a list
I have a combobox depending on the dropdown which shows another column in the same list. It´s possible to select multiple values.

 

How do I patch a choice field in another sharepointlist with the values in the combobox?

 

If I hardcode values into a combox this works:
Patch('Kategorier varor';Defaults('Kategorier varor');{
Varor:ComboBox2.SelectedItems;Title:"x"})

But not with the values from another list.

0 Replies