Hi All,
I am not able to find out any solution to navigate from one PowerApp to another PowerApps. I am able to navigate(Using Navigate(EditScreen1, ScreenTransition.None) function in same PowerApp. But not getting any help or command to Navigate form Different PowerApps.
My First PowerApp has one button and I want to redirect to Another App (Browse Screen) when Select/Click on Button of First App. It would be great if anybody could help me to provide syntax and command where I can navigate form one app to another app.
Please kindly help me on this. and Let me know if you need any information.
Solved! Go to Solution.
Launch("https://web.powerapps.com/apps/813182fb-57bf-66a1-5484-7404677d9e5c")
Few check I have done on top of above. Here I am passing my target URL like below: .
Navigate(https://web.powerapps.com/apps/813182fb-57bf-66a1-5484-7404677d9e5c,ScreenTransition.Cover).
The bold link, I found from target PowerApp Web Link from Details page. But still getting problem not resolved yet.
I am getting error message saying "Expected: ParenClose, Found:, 'Colon'. If you guys gone though this and got any resolutoin please let me know.
Navigate("https://web.powerapps.com/apps/813182fb-57bf-66a1-5484-7404677d9e5c",ScreenTransition.Cover).
You need to put quotes around the url
Thanks Andy for the response. I tried you suggestion and it is showing me different error like "The function Navigate have some wrong arguments.)
I am curious to know if I missed any argument as below are using by me: Please guide me.
Navigate("https://web.powerapps.com/apps/813182fb-57bf-66a1-5484-7404677d9e5c",ScreenTransition.Cover)
Navigate is to go between screens. I think you meant to use Launch instead.
Launch("https://web.powerapps.com/apps/813182fb-57bf-66a1-5484-7404677d9e5c")
Thanks Andy for the command. But this is redirecting to target power app but it is showing design mode. Not in execution mode. It is showing Home Tab directly and seeing 3 Screens(Browse, Detail, Edit).
Do I need to pass any parameter in below function?
Launch("https://web.powerapps.com/apps/813182fb-57bf-66a1-5484-7404677d9e5c")
Thanks Andy. Its working fine. if I run first app in running mode then second app is running mode. Its working fine. i will do some more R&D and let you know if any problem.
Thanks again for your help.
Is it possible to do a launch or a call to start another app in the native PowerApp App ?
Broswer adds variablity in display (since people pick different browsers for their phones) Just not as clean running.
User | Count |
---|---|
254 | |
126 | |
104 | |
49 | |
49 |