Show a video based on the day of the week

I have a collection of 7 videos that I want to rotate on a customer’s home screen based on the day of the week. I have the videos with a column for 1-7 and Monday-Sunday.

What would be the best solution to get the correct video to be available on the current weekday?

1 Like

I would use collection that have name equal to day of the week name, and filter it when displaying the list.

When we format the date, we can choose day of the week.

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