Pull 3 random entries from a data collection

I have a collection which is populated with data from a Xano table. I want to display 3 or 4 entries in a featured section, and I want them to be random. My first though was to somehow generate 3 random numbers to match, but that seems very inefficient as the number of entries grows.

Can this be done on the Weweb side by filtering an existing collection? Or does it require a new collection?

Thanks

You can do it easily on Xano side but need to create new WeWeb collection

1 Like

Thanks, I figured I could create another endpoint for it if need be, but had not looked into it. Now I know though :grinning:!

1 Like