get-row
function
The get-row
action Gets a specific row by its position number from a table. It belongs to the row category within the data area.
Action Syntax
get-row $variable of $variable
A variable name starting with $ followed by a value followed by A variable name starting with $
get-row 123 of $variable
A numeric value followed by a value followed by A variable name starting with $
Return Value
This function returns a
ITEM
value that can be stored in a variable:
$result = get-row
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
$item = get-row $row of $Ggroup
Related Actions
- `` -
Action code: 575662831
Version: 0.6.4-18
Last updated: 2025-06-13