Greetings,
I have a sharepoint list with a choice column that allows multiple selections. I have a power app with a group of drop downs that allow me to concatenate a quantity with an item from a drop down. The result is added to a collection for as many items as needed. What I am having trouble understanding is how to patch the whole collection to a single record with a choice column with multiple entries per list record.
Example:
Listbox1 allows selection of a quantity 1 -10
Listbox2 contains a list of items selected one at a time
After a Concat the Collection contains multiple records in the following format:
1 - Dog
3 - Dog
1- Cat
2 - Cat
etc...
How do I patch the multiple items in this single column collection to a single entry in a choice column that allows multiple selections in a Sharepoint list?
Thanks in advance!