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!