ForAll( collSelOptions,
Patch('Vote', Defaults('Vote'), {Title:selName, Name_:varUser.FullName, Date:Today(),}));
How do I put a gallery label and patch it. When I try to patch the label text it only patches the same number. When the checkbox is checked it should patch through that label.
Solved! Go to Solution.
If you are Patching from the Gallery:
ForAll(Gallery1.AllItems,
If(checkbox1.Value=true,
Patch('Vote', Defaults('Vote'), {Title:Label1.Text,
Name_:User().FullName,
Date:Today()}))
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
Is the button for the Patch inside or Outside the Gallery. Please show a screenshot
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
The button for the patch is outside. Inside the gallery has the all of the labels. @eka24
If you are Patching from the Gallery:
ForAll(Gallery1.AllItems,
If(checkbox1.Value=true,
Patch('Vote', Defaults('Vote'), {Title:Label1.Text,
Name_:User().FullName,
Date:Today()}))
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
I just realized your solution makes another feature in my app not work. I need to include the collseloptions. @eka24
User | Count |
---|---|
162 | |
84 | |
70 | |
64 | |
62 |
User | Count |
---|---|
208 | |
147 | |
95 | |
84 | |
68 |