I've created a "Add user" screen where I want to be able to use a checkbox if a user is approved or not.
If a user is approved I want to be able to update my SQL database with true and if the checkbox is not checked I want it to be false.
I've been trying to use the patch function but I can't seem to figure out to get it working.
If seen a solution here https://powerusers.microsoft.com/t5/General-Discussion/Checkbox-Value-needs-to-Patch-or-UpdateIf-to-... but this seem to be working with a gallery which i'm not using.
Solved! Go to Solution.
Hi @Anonymous,
could you pls share a bit more about your code to update your SQL database? 🙂
And it's not working with a code like If(YourCheckbox.Value=true,true,false)?
Best regards
Vasii
Hi @Anonymous,
could you pls share a bit more about your code to update your SQL database? 🙂
And it's not working with a code like If(YourCheckbox.Value=true,true,false)?
Best regards
Vasii
@Anonymous The code you mentioned worked for me. I forgot to mention i'm fairly new to Powerapps, sorry if I was not clear in my question.
User | Count |
---|---|
260 | |
110 | |
98 | |
56 | |
40 |