Control
4 posts tagged with "Control"
foreach
The foreach action loops over a group / column. It belongs to the loops category within the control area.
Action Syntax
foreach $variable run [file]
A variable name starting with $ followed by a value followed by A file reference
foreach $variable
A variable name starting with $
foreach $variable as $variable
A variable name starting with $ followed by a value followed by A variable name starting with $
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
foreach $V run [block]
Action code: 2044699913
Version: 0.6.4-2
Last updated: 2025-06-13
if-fail
The if-fail action if fail condition flow. It belongs to the if category within the control area.
Action Syntax
if-fail [file]
A file reference
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
if-fail [block]
Action code: 1857107591
Version: 0.6.4-0
Last updated: 2025-06-13
if-success
The if-success action if success condition flow. It belongs to the if category within the control area.
Action Syntax
if-success [file]
A file reference
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
if-success [block]
Action code: 3824219014
Version: 0.6.4-1
Last updated: 2025-06-13
loop
The loop action loop over a variable. It belongs to the loops category within the control area.
Action Syntax
loop 123 times
A numeric value followed by a value
loop $variable times
A variable name starting with $ followed by a value
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
loop 10 times
// Using Variables
// Display dynamic content from variables
loop $number times
Action code: 697386547
Version: 0.6.4
Last updated: 2025-06-13