add-row
function
The add-row
action adds a row to a table. It belongs to the row category within the data area.
Action Syntax
add-row $variable to $variable
A variable name starting with $ followed by a value followed by A variable name starting with $
Return Value
This function returns a
GRP_ITEM
value that can be stored in a variable:
$result = add-row
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
$grp_item = add-row $r to $t
Action code: 1844346338
Version: 0.6.4-2
Last updated: 2025-06-13