Hi,
I have a checkbox in every gallery row. I would like to have a checkbox above to "select/unselect all" but i am unable to locate an Default or Reset property for Ms Teams version. Is there any solution? Thank you.
Solved! Go to Solution.
@paxdolphin This is what I tried..
'Select/Unselect All' Checkbox, Set Following Properties:
OnUncheck Property : Set(varChecked, false)
OnCheck Property: Set(varChecked, true)
Now on Checkbox in Gallery Checked Property,set it as varChecked
==============
If this has helped you solve your problem, please 'Accept it as a Solution'. If you like, give 👍
You are correct, when building Power Apps within Teams some functionality is limited. I always recommend building Power Apps outside of Teams because it gives you the full functionality but I do understand why people do it for free Dataverse. However, Power Apps for Teams Checkboxes do not have Default or Reset Property.
Please Accept as Solution if it solves your question. Or just give it a Thumbs Up if it is helpful as can help others.
LinkedIn: https://www.linkedin.com/in/charlie-phipps-%F0%9F%91%A8%E2%80%8D%F0%9F%92%BB-91338715b/
Subscribe to my YouTube: https://www.youtube.com/channel/UChmFBGU1YKIU91sNMQ7buGg
is there anyway i can work around this?
Yes.
@paxdolphin This is what I tried..
'Select/Unselect All' Checkbox, Set Following Properties:
OnUncheck Property : Set(varChecked, false)
OnCheck Property: Set(varChecked, true)
Now on Checkbox in Gallery Checked Property,set it as varChecked
==============
If this has helped you solve your problem, please 'Accept it as a Solution'. If you like, give 👍
thank you very much for all your help 🙂 finally managed to solve this checkbox issue. yeah
User | Count |
---|---|
159 | |
86 | |
68 | |
63 | |
61 |
User | Count |
---|---|
209 | |
151 | |
93 | |
81 | |
69 |