Bubble’s Randomise system has been like this forever. Not sure there will be any update/fix for this as I’ve got the same issue where we need to ‘randomly’ select a piece of data but it just selects the same data each time. Very weird.
The best solution i’ve found is to use the :sorted randomly twice, so ‘data:sortedrandomly:sortedrandomly’ and that kind of works.
Yeah that’s what I meant. What you could do is generate a random number using the ‘Calculate Forumla’ then ‘Random String’ option and then use that as the ‘item#’ so it displays ‘item#n’ where ‘n’ is the output of the random string generated. Does that help?