find-row
Action
Find the first row matching a condition
Syntax
$user:NUMBER = find-row $Gtable where "email" equals "[email protected]"
find row with literal column and value
$match:NUMBER = find-row $Gtable where $column:TEXT equals $Avalue
find row with variable column and value