I want to create a formula for each building to go to their designated roomselect screen
for ex,
If the user selects Nall, it navigates to 111000roomselectscreen_1
If the user selects 4950, it navigates to 4950roomselectscreen
If the user selects 4900, it navigates to 4900roomselectscreen
here's the problem, please help if you can
happy humpday
Thanks For accepting my answer if you have any questions again then tag me 🙂
IT WORKED! HALLLEJUAH!
if you want to navigate then you use the switch function apply in onselect property of the gallery or button or icon
Switch(
ThisItem.BuildingName,
"Nall", Navigate(111000roomselectscreen_1),
"4950", Navigate(4950roomselectscreen),
"4900", Navigate(4900roomselectscreen),
Notify("Building not found", NotificationType.Error)
)
like this if it work they accept my answer and if its give any error then let me know
WarrenBelz
146,651
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,997
Most Valuable Professional