Hi team,
I want to use matches query,
I have two tables as Attached in the below image .
I have just stored the object Id of student table as a string in Attendance Table .
Do I need to store parse objects instead, to use matchesQuery on the Attendance table?
Is any other ready-to-use method / way to get students’ Attendance details from the second table?
Or I need to itreate each student’s attendance from the second table while querying on the Student table?