I am creating an If Else statement which makes a variable say either N for if the Image for that row is Checkboxunchecked.png or Y is the image is Checkboxchecked.png. But the problem here is if even one of the checkbox’s in that page is left unchecked, the variable puts N for all the rows. Help Here Please.
Is there a way to keep this interaction in Thunkable only, as when I upload my actual database into this project, I would have to check the attendence of each student by hand for 100+ students in the sheet. The app is preset to set the students to already attended
There are several ways to accomplish this. I would just need to see your blocks to see what I’m working with. If you feel comfortable, I can look at your project if you share it. It’s sometimes hard to figure out what someone needs by them just explaining it.
When you submit the attendance it looks like the code is creating rows for all the classes. Is this correct? Do you want it to just submit the attendance of the selected class which is the empty table?
Using the (in list (app variable attended )get # i) only saves the first row of data. Also please inform me if you need any other information in order to assist me (The full app is close to 15 pages). Thank you for the help.