Hi all!
I'm having troubles with my canvas app, please take a look of this scenario:
There's a column in my sharepoint list called "products", is a single line text but i'm updating it with a combobox from power apps. The thing is that the user should be able to select multiple values from combobox but for each value the user must specify two values: quantity and forecasted units.
Example: I selected in the combobox product X but I need to specify the quantity and forecasted units for this product X. So I fill the text inputs with the corresponding value and click ok. Then the user should be able to select another product from the combobox and enter the corresponding quantities.

"Products" column in sharepoint should display all combobox values selected. Example:
x
y
z
"Quantity" column should display the corresponding quantity for each combobox value selected. Example:
X quantity 1
Y quantity 2
Z quantity 3
Finally, forecasted units should display the corresponding value for each combobox value selected. Example:
X forecasted units 2
Y forecasted units 5
Z forecasted units 6
Any comment would be helpful! thanks