How do I store multiple items selected from a combobox into a global variable (array) to pass it to the next screen?
Asked
Active
Viewed 996 times
2 Answers
1
here is how I did it. I'm attempting to switch combobox to checkboxes so I hid the combox and put its contents into a collection like this
Clear(colVehiclesRequested);
ForAll(DataCardValue4.SelectedItems, Collect(colVehiclesRequested,ThisRecord.Value));
where colVehiclesRequested is the collection and DataCardValue4 is the combo box.

Bryan Dellinger
- 4,724
- 7
- 33
- 79
0
I heard of the following :
Last(FirstN( First( First(allData).input ).myData , 5))
But I don't know how to use it.

Code Klaudia
- 47
- 1
- 7