Want to show a new word after every 24 hours to users when they open the app

Actions & Logic

I am trying to build an app that will show a new word and its explanation very day when the user opens the app. Something like 'Word of the Day'. Now, for the same I am uploading a CSV that will contain around 300 words and their definitions and from those 300 words only, I wish to show users 'Word of the day' and its meaning every day one by one so that it lasts 300 days.

How do I do that? I have already uploaded the csv as a collection but how do I show that on front-end?

What have you tried so far?

Currently I have just uploaded the csv.

Did you check FlutterFlow's Documentation for this topic?
Yes
1
5 replies