How to make dynmaic text from a data type stay the same each day?

Hello! I’m trying to display a daily question for my app. Using dynamic text I have it search for the specific data type, the show a random item from it.

The issue I’m having is that every time I reload the page, the question changes. When I want it to be the same question listed for the entire day.

The part that’s confusing is that I use this same logic on another area in my app that displays a different type of text, randomly from another data type. And it works the way it should. It shows the text, then it stays the same for the entire day.

Any help or guidance is appreciated!

I would probably just run a backend workflow daily and choose the random one that way. Then display the one that was selected for that day. There could be a better way to do this but that is just the first way I thought to do it. Hope that helps. :blush:

Thanks for the suggestion!

You want the question to be the same all day for a specific user or for everyone on the site?

Ideally the same question all day for everyone.