Hi Everyone,
I have a combo dropdown fields (cmbHFACS4UH) which I've managed to patch in a text field in my sharepoint list(HFACS) with using ForAll. For each selection chosen in the combo field, it gives me a new line. It works but now I have another combo dropdowns (cmbHFACS4UHV) and I only get the one combo field.
My formula is the following:
ForAll(cmbHFACS4UH.SelectedItems;cmbHFACS4UHV;;Patch(HFACS;Defaults(HFACS);{Titel:DataCardValue12.Text;Wer:DataCardValue1.Selected.HFACSWer;unsichereHandlung:DataCardValue19.Text;HFACS1UH:HFACS1;HFACS2UH:HFACS2;HFACS3UH:HFACS3;HFACS4UH:HFACS4}))
Do I have to add each combo box into a collection and then patch it? Or is there another way of doing it, so that I get all the values selected from each combobox on a line in my sharepoint list?
Thanks in advance KatieK