hi all,
I am having some issues moving on because in one of my apps I am trying to insert a checkbox, if the value of that check box is true I want to populate my dropdown menus with a certain value of the list (which is not a Sharepoint list, it's just an item inserted manually with ["1","2","3","4","5"] ).
thx in advance for your help!
hi @Magoforrest if you have a checkbox and a dropdown on the screen set the Items in the dropdown to
Items = If(Checkbox1.Value, [1,2,3,4,5,6])
Hops this is what you looking for
User | Count |
---|---|
251 | |
102 | |
94 | |
47 | |
37 |