Hi
When I click "Clear", can it also uncheck my checkboxes?
Currently "Clear" clears my collection, I would also like it to uncheck the checkbox
My OnSelect for "Clear" = Clear(FaultList)
Solved! Go to Solution.
This code on my button did not clear the checkbox
Clear(FaultList);
UpdateContext({varResetVerifyItem:true});
UpdateContext({varResetVerifyItem:false})
As I have advised in my solution this variable "varResetVerifyItem" need to be set at Rest property of the checkbox.
I hope this resolved your issue if you see any challenge let me know I am always happy to help.
Regards,
Krishna
If this post helps, then please consider Accept it as the solution and give thumbs-up to help the other members find it more.
Proud to be a Super User!
Regards,Did that solve the issue?
I hope this resolved your issue if you see any challenge let me know I am always happy to help.
Regards,
Krishna
If this post helps, then please consider Accept it as the solution and give thumbs-up to help the other members find it more.
Proud to be a Super User!
Regards,Hi @JerryH ,
Add this code onVisible of the screen properties:
UpdateContext({varResetVerifyItem:true});
UpdateContext({varResetVerifyItem:false})
I hope this resolved your issue if you see any challenge let me know I am always happy to help.
Regards,
Krishna
If this post helps give a ๐ and if it solved your issue consider Accept it as the solution to help the other members find it more.
Proud to be a Super User!
Regards,Hi @JerryH ,
Resetting checkbox in Power Apps is little different follow the below steps:
UpdateContext({varResetCheckbox:true});
UpdateContext({varResetCheckbox:false})
Here is the working model of the same.
I hope this resolved your issue if you see any challenge let me know I am always happy to help.
Regards,
Krishna
If this post helps, then please consider Accept it as the solution and give thumbs-up to help the other members find it more.
Proud to be a Super User!
Regards,Hi, Thank you.
Almost there.
My Clear button also clears the collection "FaultList"
This is what my code looks like:
Clear(FaultList); UpdateContext({varResetVerifyItem:true});
UpdateContext({varResetVerifyItem:false})
Great to know is there anything I can help you with this issue? if not I would request you to mark my reply as a solution so that others can use this.
Regards,
Krishna
If this post helps, then please consider Accept it as the solution and give thumbs-up to help the other members find it more.
Proud to be a Super User!
Regards,This code on my button did not clear the checkbox
Clear(FaultList);
UpdateContext({varResetVerifyItem:true});
UpdateContext({varResetVerifyItem:false})
As I have advised in my solution this variable "varResetVerifyItem" need to be set at Rest property of the checkbox.
I hope this resolved your issue if you see any challenge let me know I am always happy to help.
Regards,
Krishna
If this post helps, then please consider Accept it as the solution and give thumbs-up to help the other members find it more.
Proud to be a Super User!
Regards,Thank you
Did that solve the issue?
I hope this resolved your issue if you see any challenge let me know I am always happy to help.
Regards,
Krishna
If this post helps, then please consider Accept it as the solution and give thumbs-up to help the other members find it more.
Proud to be a Super User!
Regards,Hello,
If i have selected the checkbox, then i navigate to home screen and back again, then the checkbox becomes unchecked - perfect, however, when i navigate elsewhere around my App and come back to this screen, the checkbox is still checked?
Any support will be appreciated.
Thanks, Jerry
Hi @JerryH ,
Add this code onVisible of the screen properties:
UpdateContext({varResetVerifyItem:true});
UpdateContext({varResetVerifyItem:false})
I hope this resolved your issue if you see any challenge let me know I am always happy to help.
Regards,
Krishna
If this post helps give a ๐ and if it solved your issue consider Accept it as the solution to help the other members find it more.
Proud to be a Super User!
Regards,User | Count |
---|---|
183 | |
108 | |
88 | |
44 | |
42 |
User | Count |
---|---|
226 | |
108 | |
104 | |
68 | |
68 |