Building A Custom Work Table

Hi guys,

I’m working on building an attendance tool. When a user presses a button, student names are populated into a ‘work table’. From here, a user will mark the attendance and other parameters for each student. Once finished, the user should press a button and have the data uploaded to a database.

I’ve explored using a data grid component, but I preferred more of the custom slider components etc I’ve been able to achieve with a regular table. I’ve been struggling with mapping the field components for each row to upload correctly to the database.

Any thoughts on the right direction here?

![image|690x447](upload://7I2fmjQeOh1J8DfxIpyUL4pClQJ.png

Solved this, and ended up learning about storing variables and using event actions. The link below helped solve the issue.