MySQL - Get result field
MySQL - Get result field
Gets the value of a specific field (column) from a result row of a MySQL query. Use this action inside a MySQL: For each result loop or after MySQL: Get single result to read the value of a specific column.
Options
Result
Reference to a MySQL: For each result or MySQL: 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.