Skip to main content
Firebird

Firebird - Get result field

Firebird - Get result field

Gets the value of a specific field (column) from a result row. It can be used inside a Firebird: For each result loop or after a Firebird: Get single result action.


Options

Result

Reference to the Firebird: For each result or Firebird: Get single result action the field will be read from.

Field

Name of the column whose value will be read, for example NOME or DATA_NASCIMENTO.

Returns

Javascript code

js
actions["action-id"].value // value of the selected field (Any)

Field selection

  • value — value of the selected field of the result row (Any)

Rules and Conditions