Display a random item from a list at set intervals?

I have a custom list full of text items.

I would like to display a random item from this list on the home page and have it change every 24 hours.

Users will be adding and removing items from this list.

Any ideas for how to tackle this?

You can assign numbers to each Text Item you want to display. Then use the randomizer to create a number at random, and display the text that matches that number.

2 Likes

Thanks. How do I display the text that matches that number I have randomly generated? Also, how would you recommend accounting for numbers that are lost when a user removes an item from the list?

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