Database auto select record

how show next Item in database without user select it from list ? for example I need auto play videos from database from URL stored in database

If you would like videos to auto play, this is what I would recommend.

  1. Input the youtube video component
  2. Turn autoplay on
  3. Input a button that has a visibility setting that will only show up when video starts playing
  4. Have button link to new screen with new video/url

I am not sure if this is what you are looking for because the user would still have to click on a button and it wouldn’t automatically cycle through videos. However, this is what I would do.