Hello,
I have a menu component that I like to drop into new apps. The menu consists of a Gallery of screen names. When user clicks on a screen name, they navigate to that particular screen. No problems here.
Issue:
I can't quite figure out how to access a sreen control name through a Component.
Any ideas?
Solved! Go to Solution.
Hi @seadude
Hi @seadude
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
Hi @yashag2255 , Thank you very much for the assistance! The menu must be clicked two times to "stick". Can you tell why?
Scenario:
Table({screen:"Test", screenName: "SampleText", icon: SampleImage})
componentName.cmpMenuItems
{screen: App.ActiveScreen.Name} // Requires clicking twice
Navigate( LookUp(colMenuItems, ThisItem.screenName = screenName, screen ) )
ClearCollect( colMenuItems, {screen: scrHome, screenName: "Home", icon: Icon.Home }, {screen: scrReports, screenName: "Reports", icon: Icon.Document}, {screen: scrMaps, screenName: "Maps", icon: Icon.Pin}, {screen: scrContacts,screenName: "Contacts", icon: Icon.Person} )
Are you able to tell why the menu must be clicked twice to "stick"?
Hi @seadude
Hi @yashag2255 ,
Thank you VERY much for the assistance. You taught me a few very insightful things! And your solution worked. There is still some strange behaviour (a double-clicking- type thing happening, but its not a showstopper).
Thanks again!
Check out new user group experience and if you are a leader please create your group
Did you miss the call?? Check out the Power Apps Community Call here!
See the latest Power Apps innovations, updates, and demos from the Microsoft Business Applications Launch Event.
User | Count |
---|---|
275 | |
257 | |
88 | |
39 | |
34 |
User | Count |
---|---|
343 | |
250 | |
131 | |
73 | |
48 |