I have a screen that has 6 images on it, I am trying to have those images change based on the Dropdown selection.
Switch(Dropdown1_1.Selected.sublocation,
"BASEMENT",
'EHQ-Basement' ,
"FLOOR 1",
'EHQ-1st Floor',
"FLOOR 2",
'EHQ-2nd Floor'
)
This isnt working, and I am not sure what I am doing wrong, I have this on the Visible property.
Solved! Go to Solution.
Ok so I switched it to the image property and it works great except now my gallery is not switching as expected.
Switch(Dropdown1_1.Selected.sublocation,
"BASEMENT",
colMapPinsEHQBase,
"FLOOR 1",
colMapPinsEHQ1st,
"FLOOR 2",
colMapPinsEHQ2nd
)
Ok so I switched it to the image property and it works great except now my gallery is not switching as expected.
Switch(Dropdown1_1.Selected.sublocation,
"BASEMENT",
colMapPinsEHQBase,
"FLOOR 1",
colMapPinsEHQ1st,
"FLOOR 2",
colMapPinsEHQ2nd
)
nevermind it is working now.
User | Count |
---|---|
256 | |
114 | |
95 | |
48 | |
38 |