Replicate
This simple Replicate formula takes a set or column of Inputs and returns the output as replicated content.
=PROMPTLOOP.REPLICATE( inputExamples)
- InputExamples is the set of 3-10 rows of inputs for the example data. The inputs should be fixed for each task. This tells the model what content you are looking to replicate.

How it works
This function works by using your examples as guidance for the AI language model to provide random similar text strings. If you were to provide a list of names you would receive random new names in a similar format.
This can be helpful for making mock data or testing inputs to models or other workflows.
Tips and tricks
The more examples you provide the more variety the model will be able to return based off of.
Right now, the model will not return completely random, nor infinite examples. To generate more you can change the inputs examples the model receives for different cells, such as using a relative reference.