Hello to all Bubble devs, I need help with a certain issue, a playlist system.
My app is about publishing videos, and to better organize the content, I thought of creating a playlist system, similar to YouTube’s, which consists of a list of videos (which the playlist image is the image of the last item, which you click and you are redirected to the content (in this case, video), and in the corner, appears a list of videos inserted in the playlist, which when one ends, the other begins, in sequence. Besides that, two playlists would be common to all users, which are created when users create their accounts, being indeletable: From the history of watched videos and the “Watch Later”.
I thought of creating a Repeating Group in the Current User’s page, where the playlists created by the current user would be shown, and respectively, in another user’s page, where the playlists created by him/her would be shown. And in searches, playlists from other users could be found and watched.

(I thought of a system similar to this, where you click on the playlist, it shows the videos in sequence).
I appreciate everyone’s understanding.