Hey there!
I’m trying to display a tick on the side of a list when a user has watched the video from that list. What is the best approach to accomplish this?
This is a daily task, so the tick should dissappear the end of each day.
Hey there!
I’m trying to display a tick on the side of a list when a user has watched the video from that list. What is the best approach to accomplish this?
This is a daily task, so the tick should dissappear the end of each day.
Hi @joaquin ,
Add 2 fields, a boolean and date time, boolean is when user tick, date time is expiration of this toggle component displayed.
So, you add toggle component on screen and assign visibility based on date time expiration, something like current time before date time expiration.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.