So I m redirecting a user to a specific screen for that I m passing the screenid in url (i.e. for eg - www.powerapps.com&ScreenID=domain1 ) and then fetching it with param() function on app onStart properties
but it is not working
Code for fetching the value and redirecting -
Switch(
Param("ScreenID"),
"domain1" , domain1Screen,
Notify("No",NotificationType.Error)
)
but it it not woring and giving a error attached in below images