repeat
The repeat
action repeat an action or group of actions multiple times. It belongs to the flow category within the system area.
Action Syntax
repeat 123 times
A numeric value followed by a value
repeat $variable times
A variable name starting with $ followed by a value
Tags
index-name
use this name as the index variable. Default is $index
Examples
// Basic Usage
repeat 10 times
// Using Variables
// Display dynamic content from variables
repeat $foo times
Action code: 1743947055
Version: 0.6.4-2
Last updated: 2025-06-13