Skip to main content
MySQL

MySQL - Query reply

MySQL - Query reply

Gets every result of a MySQL: Query action as a list. Useful when you need to hand every returned record to another action or process them all at once.


Options

Query ID

Reference to the MySQL: Query action whose results will be read.

Returns

Javascript code

js
actions["action-id"].values // every result of the SELECT (List)

Field selection

  • values — every result of the SELECT (List)

Rules and Conditions

  • The Query ID field is required.
  • Returns an empty list when the SELECT returns no results.