Run Data Query
The current node interfaces with the data query capability, enabling the invocation of data models, APIs, and connectors.
Configuration Item Description
query Type Selection
Select the query type, including data models, APIs, connectors, and more.
Resource Selection and Method Configuration
After selecting different query types, different resource selections and further method choices with configuration content will be provided.
When the type is data model, you can select the specific model to interface with, choose the model method, and configure method parameters to perform operations on the data model.
When the type is APIs, you can select the corresponding APIs and methods, configure method parameters to invoke the APIs.
When the type is Database Connector, you can select the database configuration, write SQL statements, and execute SQL on the database.
Node Output
The return value from the invocation of the data query will serve as the output of this node.
Debugging Instructions
When debugging this node, the data query will be executed and its execution result will be retrieved.