Previously viewed list of videos and photos

hey I want to create a previously viewed items list for future access particularly for videos and images is there simple way to do this?

Hey @javoncraw4d,

Welcome to Bubble :slight_smile:

Yes, this is definitely possible, and there are a number of ways to do it. Here’s one example of how this might be done: You could create a field for your User called “viewed images” that would be a list of images. Every time a user clicks on an image, you could add that image to that user’s “viewed images”. You could do the same thing using videos in a separate field (perhaps storing the video ids for each viewed video in a list of texts). Hope this helps.

1 Like

thanks I will try it out