Is there a way from Glide where we can grab a certain data at a current screen to input into values into an action?
I have a database table that is called Class Schedule where it has a unique identifier of Class ID.
Linking to it will be Attendance table where upon clicking “Present” or “Absent” it will then create a row with respective Student ID but I am having difficulties looking up for the Class ID value. Any help is much appreciated.