Run a query
appsmith_execute_queryRun an existing Appsmith query or API by its action ID and return the result. Executes against the real datasource, so write operations take effect.
Instructions
Executes an existing query/API by its action id and returns the result. This runs against the real datasource — a write query will write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| actionId | Yes | Action (query) id, from appsmith_list_queries. | |
| viewMode | No | Run the published version instead of the edit-mode draft. |