I am building a system which views shortcoded messages that can be sent to different contacts. I’m on the part that searches for a random contact to choose when seeing how your message will look before it is sent.
Hence I want to search my contacts table for a random contact, and I want that contact to generally be different each time the search is run.
You can use the random filter bot on the server side and on the client side to show random record from a collection.
So if you want to do this on the clientside:
Select the query, then use the randomize formatter, which will randomize the collection