Help

The Airtable Community will undergo scheduled maintenance on September 17 from 10:00 PM PST to 11:15 PM PST. During this period, you may experience temporary disruptions. We apologize for any inconvenience and appreciate your understanding.

Shuffle items within cell

Topic Labels: Scripting extentions
1021 1
cancel
Showing results for 
Search instead for 
Did you mean: 
FZK_Team
5 - Automation Enthusiast
5 - Automation Enthusiast

Hi All, we use Airtable to manage our social media and one cell has a list of hashtags (one on each line) and we’d like to figure out a formula to shuffle the lines so the hashtags don’t post in the same order every time.

Any ideas?

1 Reply 1

Do you want a script or a formula?

A script can randomize a list because JavaScript has a random function.

A formula does not have a random function, but you can have a formula rearrange items in a string based on a value that is slightly different from record to record—such as the second of the created time of the record.