row
Creates a reference to an entire row as Map<String, Any?>. The return type is fixed to TransactionValue<Map<String, Any?>>.
Useful when you want to pass multiple fields from one result as parameters to the next step. The executor will "spread" the map into individual parameters.
Parameters
rowIndex
Row index (default 0, i.e., first row).