How to mark something as viewed

Hi,
Th ethingis that i want that,when a user see a video from a serie collection,is automatically marked as viewed only for that user,so then when he wants to see another video the app knows what videos has seen or not.
:slight_smile:

My solution below is if you are using the youtube video option.

You would need to create a ‘video watched’ collection which has a relationship to the user collection and relationship to the videos collection.

When the user clicks play you could add a new record to the video watched collection which adds the current video and the current user and then when you filter the video list you can show only if current video and user record is not present in the video watched collection. I hope that makes sense, please let me know if you have any questions.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.