How do you make individual buttons work inside of components. Everything I've found so far is about making galleries of buttons. Is it possible?
I tried making a header home screen button & put this in OnSelect: Navigate(Dashboard,ScreenTransition.None)
It says there are invalid arguments.
Solved! Go to Solution.
The screen name 'Dashboard' cannot be typed into the component. A component has no access to the rest of the app except when it is passed in through an input property.
Create a new input property called ScreenDashboard. Then choose Screen as the input type. After you have placed the component in your app put 'Dashboard' in the ScreenDashboard property
To get it working change the code in the OnSelect property of your button to this
Navigate(your_component_name.ScreenDashboard,ScreenTransition.None)
Please also consider voting for this idea by @RandyHayes
https://powerusers.microsoft.com/t5/Power-Apps-Ideas/Actions-on-Components/idi-p/238399
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
The screen name 'Dashboard' cannot be typed into the component. A component has no access to the rest of the app except when it is passed in through an input property.
Create a new input property called ScreenDashboard. Then choose Screen as the input type. After you have placed the component in your app put 'Dashboard' in the ScreenDashboard property
To get it working change the code in the OnSelect property of your button to this
Navigate(your_component_name.ScreenDashboard,ScreenTransition.None)
Please also consider voting for this idea by @RandyHayes
https://powerusers.microsoft.com/t5/Power-Apps-Ideas/Actions-on-Components/idi-p/238399
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
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 |
---|---|
272 | |
257 | |
87 | |
39 | |
34 |
User | Count |
---|---|
348 | |
257 | |
130 | |
68 | |
48 |