List problem, design change

Hello

I have a list of videos with a unique ID in the database (from 1 to 10).

The current video is in my exemple the 6th.

I want to do this:
278548781_1157879438331469_3466685594354248582_n

I want a list of all the videos with a different image for the old videos, the actual one et the next one.

I can do it in one column with 3 different lists (past, actual et next one). But I need 4 colums so it has to be the same list (maybe I am wrong on this last point).

Thanks

Any idea ?

A one to many relationship between Video and Users (Current Video)?
You will need to use visibilty condition ‘If current video contains logged in user’ to show or hide your or :arrow_forward:, I don’t think toggle will work unless many to many relationship.

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