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
- Add a boolean field in the collection. Something like “watched” as true or false.
- Update it to “watched” with the help of an action when someone views that video.
- 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
1 Like
What @Kamal said is the right solution to this!
1 Like
I don’t understand much, could you show me on video?
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.