Help with custom list

someone help me with a list? I want it to change color when I pressed it once and I want it to be a color when it’s inside it

I guess you can try with

  1. Add a boolean field in the collection. Something like “watched” as true or false.
  2. Update it to “watched” with the help of an action when someone views that video.
  3. Use conditional visibility to change colour for different states as true or false. You may have to place 2 components (of different colours) one above the other or side by side just touching each other and set to different visibility conditions.

Hope it helps.

Regards

What @Kamal said is the right solution to this! :slight_smile:

I don’t understand much, could you show me on video?