Hi guys, just need your help on how to do this.
I have 5 checkboxes on a screen, let's say Checkbox1, Checkbox2, Checkbox3, Checkbox4, and Checkbox5
For example if user tick the Checkbox1, Checkbox3, and Checkbox5
How to check which checkboxes are ticked and get its value?
If I want to save the data to Excel in different row, is it possible?
What I mean, is something like this:
Excel:
Row 1 = Value of Checkbox1
Row 2 = Value of Checkbox3
Row 3= Value of Checkbox5
Thanks for any help, I did some search ForAll syntax is able to do it but i'm still confused just started learning about this PowerApps. Thanks again.