I would like everything under the "Electrical" Add icon to be hidden until I select the plus icon1_6.
You would have to make the Y property conditional upon it being visible (example)
If(
Self.Visible,
30,
100
)
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
MVP (Business Applications) Visit my blog Practical Power Apps
Thank you that works perfectly, is there a way to get the other headings hidden on select and visible at the beginning. Then move those fields up underneath electrical rather than at the bottom?
Hi @EMA03356 ,
Set a Variable OnSelect of the icon
UpdateContext({varShow: true})
then the Visible property of the controls you want hidden until then
varShow
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
MVP (Business Applications) Visit my blog Practical Power Apps
WarrenBelz
146,651
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,999
Most Valuable Professional