Adding to Personal Schedule from Master List

I am new to Adalo. I am creating an app for a conference where a logged in user needs to view the master session list, click on the session to view details, and from there be able to add the session or remove the session from a personal schedule. I currently have a toggle button on the session details screen. When I try to link the toggled action to the personal schedule, the list currently populates the logged in user’s email. How do I have it instead populate the session title and some of the details (e.g. room, date/time, speakers)?

Currently I have the toggle button updating a true/false field in the User database.

I have also struggled with the many to many relationships (e.g. many users can add a session; a user can have many sessions chosen) so when I had originally tried to use conditional visibility buttons rather than the toggle I couldn’t select the needed data.

It would also be great if there was a way to see the session details screen from the personal schedule, but I don’t know if that is possible.

Thank you for any input, help, and time! I greatly appreciate it.

Screenshots attached are of the session details, modals if the button is toggled on/back off, and the personal schedule.




I found the answer to my question with this video: https://www.youtube.com/watch?v=xJqtToz2o1s