Actions
Feature proposal #7890
closedImprove Query action to support custom select query results output
Feature proposal #7890:
Improve Query action to support custom select query results output
Description
Currently the query action just returns the results of loadResult(). There's no customization beyond that. You can't specify how rows or columns are handled like a query field. Implement formatting support in addition to raw output that returns an array or object to be serialized to JSON.
Actions