Hi,
I am hoping to use a checkbox within a gallery, so that each item in that gallery can be ticked off.
I set the OnCheck property as
Patch(Shifts, ThisItem, {'Updated': true})
and the OnUncheck as
Patch(Shifts, ThisItem, {'Updated': false})
Then i set the default to
If(ThisItem.'Updated' = "true", true, false)
It makes the change to the source data - i can see it has put true next to this record. But the checkbox immediately becomes unticked, so the checkboxes are always blank.
How can i make it so that the check boxes state is saved?
Solved! Go to Solution.
Can you please try this simple code in the Default property of the Checkbox instead?
ThisItem.'Updated'
---
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."
Can you please try this simple code in the Default property of the Checkbox instead?
ThisItem.'Updated'
---
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."
Yes thank you that was it!
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
191 | |
70 | |
50 | |
37 | |
28 |
User | Count |
---|---|
243 | |
114 | |
91 | |
91 | |
70 |