Answers for "powerapps add id to collection"

0

powerapps add id to collection

Clear(colThisItem);ForAll(ComboBox1.SelectedItems, Collect(colThisItem, {ID: CountRows(colThisItem)+1, Result:Last(FirstN(ComboBox1.SelectedItems, CountRows(colThisItem)+1)).Value}))
Posted by: Guest on May-17-2021

Code answers related to "powerapps add id to collection"

Browse Popular Code Answers by Language