
Announcements
I want to create a component in powerapps.
I want to use this as a left side navigation for all the screens.
The component has to contain 5 buttons each button onselect has to navigate to different screen.
How can we achieve this?
If i mention the screen names in the component i am getting the below error
Navigate(Home,ScreenTransition.UnCover)
Hi @rajeshvsnk ,
There are lots of excellent blogs or YouTube introducing how to create a menu component for PowerApps.
Reference: Creating a PowerApps Menu Components
Beyond that, you can find some component samples in Power Apps Community, which you can use directly.
Reference: Flyout Menu Component (Left/Right)
Hope this helps.
Sik