Guys iam doin a giveaway app and the entrys are assigned to the database so i wanna choose a random entry from the data base. what blocks should i use to random choose a TEXT from database. Thanks.
Here is one solution to your problem:
Use the random integer from x to y… so you modify it to be from 1 to (total entries of the giveaway)
There is also ‘random item’ from the list sections you could use
Good luck! @pingostudios
3 Likes
Hi, @pingostudios!
Which database are you using?
If you are using AirTable, you need to get a Column/All Rows (or whatever format you have) and attach this block to them - (as @Sofia said)
Hope I helped you!
Thanks!
2 Likes
Thanks for helping but I meant firebase database. But that would help in another project.
Thanks:heart:
2 Likes
So, your Problem is solved or not?