hi I’m building an app where users can select courses based on their profile. Profile has School and Grade.
In the Users (Default table provided by Adalo) table, I have added fields for School and Grade and Courses (which is a collection of courses)
When the user first logs in, they setup their profile and choose courses based on the school and grade.
When they change their profile (ex: they graduate from Grade 9 to Grade 10), i want to delete the courses associated with that user from the Users table so that they can go through the course selection process. How do I do this delete? As you can see from the screenshot below, it doesn’t give me that option.
