Hi,
I would like to see the chart that i have built in Power Apps on my SharePoint communication site, however i don't know how to show this specific screen as it only shows the first screen.
How can i get the "link" of the screen that i want to open in the sharepoint?
Thanks,
Sussan
Solved! Go to Solution.
Hi @Sussan ,
If you want the app to jump into another screen, you could try the Navigate() function.
Add a button in first screen and set its OnSelect property to:
Navigate("<screen name>")
Best Regards,
Wearsky
Hi @Sussan ,
If you want the app to jump into another screen, you could try the Navigate() function.
Add a button in first screen and set its OnSelect property to:
Navigate("<screen name>")
Best Regards,
Wearsky