Hello Everyone,
I am beginner in PowerApps and would appreciate your assistance in resolving this issue.
I've got two comboBoxes. I am choosing multiple information from both comboboxes and saving it in SharePointList. I wanted the outcome of selecting two values from a combobox to be stored separate row with the associated values, for example, if I had a field name and two comboboxes.
Required Result -:
| Name | Combobox1 | Combobx2 |
| name | C1value1 | C2value1 |
| name | C1Value1 | C2Value2 |
| name | C1Value2 | C2Value1 |
| name | C1Value2 | C2Value2 |
I am able to get results in this format.
| Name | Combobox1 | Combobx2 |
| name | C1value1 | C2value1,C2Value2 |
| name | C1Value2 | C2Value1,C2Value2 |
Can you please help anyone the Combobox selected value we are storing as text in SharePointList

