Hi all,
I have built a two level navigation menu in a component and attached this to my app.
All menu items navigate to screen, EXCEPT for 4, which I would like to Launch to various internal SharePoint reference site.
I am not sure if I can launch from a nav. Has anyone had experience doing this?
My 'On Start' input of the App screen has my 'Collection' (which is collecting perfectly).
Here is a snippet of the formula:
MenuLabel: "SharePoint Page Example",
MenuIcon: Icon.ListScrollWatchlist,
Launch: Launch(“https://SharePointSiteExample”),
MenuID: 16
Thanks
Assuming you can't or don't want to modify the Component, you can create a new Screen in your app (mostly blank, but maybe an icon to navigate back home), that has your Launch(“https://SharePointSiteExample”) command in the OnVisible property of the screen.
Then just navigate to this screen from your menu like all the others.
If I have answered your question, please mark your post as Solved.
If you like my response, please give it a Thumbs Up.
Cheers!
Rick Hurt
User | Count |
---|---|
124 | |
87 | |
86 | |
75 | |
69 |
User | Count |
---|---|
214 | |
181 | |
140 | |
96 | |
83 |