A list of text values: AppleBananaCherryDragonfruitElderberryFigGrapefruitHuckleberry
Shuffle Text:
BananaFigCherryElderberryHuckleberryAppleDragonfruitGrapefruit
Formula: ShuffleText(TextValues)
The seed property is optional; if you leave it out, the Pack will use the time of formula execution. Note that the result may change later on if Coda decides to recalculate.
Shuffle Numbers:
Formula: ShuffleNumbers( Numbers, Random(false) )
You can use Coda’s native random number generator as the shuffle seed if you want! Just set the “false” property on it so that it doesn’t continuously update.