Hi all,
i was stucked at the URL in the app where the StartScreen which i configed as below code:
Switch(
Param("scrname"),
"welcome", StartScreen,
"dashboard", Dashboard_screen,
"newticket", NewTicket,
"incidentscr", Detail_Screen,
"requesthomescr", RequestItems_HomeScr,
"requestdetailscr", Request_Detail_Scr,
StartScreen
).
in the Dashboard screen, i have 3 buttons to navigate to their respective such as:
Dashboard -> OnSelect navigate(Dashboard)
NewTicket -> OnSelect navigate(NewTicket)
NewRequet ->OnSelect navigate(NewRequest)
What I want is to set the dynamic URL www.app.powerapps.com/play/xxxxxx/&scrname=NewTicket when clicking on one of the button. Does anyone have any idea?