PostgreSQL - Get result field
PostgreSQL - Get result field
Gets the value of a specific field (column) from a result row of a PostgreSQL query. Use this action inside a PostgreSQL: For each result loop or after PostgreSQL: Get single result to read the value of a specific column.
Options
Result
Reference to a PostgreSQL: For each result or PostgreSQL: Get single result action.
Field name
Name of the column whose value will be read. It must match exactly the name of the column returned by the query, for example nome or email.
Returns
Javascript code
js
actions["action-id"].value // value of the selected field (Any)
Field selection
- value — value of the selected field (Any)
Rules and Conditions
- The Result and Field name fields are required.
- The field name must match exactly the name of the column returned by the query.