
Hello all,
I am currently building several PowerApps for the company I work for, which are supposed to represent different functions.
Together, the apps are supposed to work like one big app.
I thought of using a burger menu to link to the other apps and to create a way to jump directly to other apps within an app.
I built the burger menu as described here by Reza:
https://www.youtube.com/watch?v=dP74npyyvGc&t=352s
My table was defined as follows:
ClearCollect(colNav;Table(
{
Title: "CRM";
Screen: News_Carola ;
Icon: Home
};{
Title: "Task
Screen: News_Uwe;
Icon: AddLibrary
};{
Title: "Details
screen: News_Felix;
Icon: DetailList
}
))
I would like to use the "Screen" function as "App" function, so that I don't jump from screen to screen but from app to app.
Is there a way to do this?
I am looking forward to your feedback.
Many greetings
Frederik
You can always use Laucnh() function and, if needed insert parameters in the link
https://www.youtube.com/watch?v=A5Pi5P2YKds
Reza was also a video about this
https://www.youtube.com/watch?v=emAhLzVG9bM
https://www.youtube.com/watch?v=Om4beefKmV0&t=1421s
If you need additional help please tag me in your reply and please like my reply.
If my reply provided you with a solution, pleased mark it as a solution ✔️!
Best regards,
Gonçalo Nogueira
Check my LinkedIn!
Check my User Group (pt-PT)!
Last Post on Community
My website!