In my app, I have created a left menu component. It contains titles like Home, Settings, etc. I want to add a new title called FAQs in the left menu component and provide a link to my sharepoint site. Can anyone tell me how to do it?
Solved! Go to Solution.
Hi @Nakul-Upasani ,
Are you creating a left menu component in a Canvas app? Do you want to add a clickable button that can redirect you to a SharePoint site like below?
If yes, you can go to edit your menu component, add a icon, set its OnSelect property to below(remember to replace to your site URL):
Launch("https://sharepoint.com/sites/testsite1")
Run your app and check result this time.
Best regards,
Allen
Hi @Nakul-Upasani ,
Are you creating a left menu component in a Canvas app? Do you want to add a clickable button that can redirect you to a SharePoint site like below?
If yes, you can go to edit your menu component, add a icon, set its OnSelect property to below(remember to replace to your site URL):
Launch("https://sharepoint.com/sites/testsite1")
Run your app and check result this time.
Best regards,
Allen
Thanks for the reply. It worked.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
186 | |
52 | |
50 | |
34 | |
33 |
User | Count |
---|---|
267 | |
97 | |
84 | |
72 | |
71 |