Repeat formulas
Using the
repeat
Formula
You can use the formula Range to repeat the same item a number of times without dynamic data. It will simply output an array of numbers between the min and max values.
Optimizing with the
repeatKey
Formula
Notice, that using just the index as key prevents toddle from doing optimizations. You should aim to use a unique identifier such as an database-id or hash. Optimizations are additionally dropped for any items with the same key.