Get 40%-off on all premium templates.
Discount code auto-applied at checkout.
Why would you want a random database sorting? Well, for example, let's consider The Notion Corner (a Notion templates marketplace that I run). While there are many featured templates, I don’t always want the same ones to appear first. Luckily, the website is built on top of Notion (using Super), so all templates are database items. With a random sorting, I can dynamically make sure that the database items changes every minute.
Setting this up is super easy:
That’s it! The formula basically gets a number from the timestamp of the “Created time” property, then multiplies it by a number from “now’s” timestamp, while slicing each process. Your database order will now be updated every minute :)