Skip to main content

Select

MSSQL Plugin – Select Action

Summary (SEO Meta Description):
The MSSQL Plugin’s Select Action allows workflows to query Microsoft SQL Server tables.
It supports column selection, filtering, ordering, and pagination with schema validation for structured results.


Overview

The Select Action in the MSSQL Plugin enables workflows to retrieve data from Microsoft SQL Server databases.
It is useful for querying records, applying filters, sorting results, and mapping query outputs into workflow pipelines.

Typical Use Cases:

  • Query specific tables in MSSQL for reporting
  • Retrieve filtered data sets with conditions
  • Use ordered results with pagination (limit/offset)
  • Fetch structured outputs into workflows for further processing

⚙️ Configuration

FieldDescriptionType / Options
LabelCustom name for the actionString
Select connectionChoose or create a database connectionConnection
Table nameTarget table for queryingDropdown
ColumnsColumns to select (supports multiple)String[]
ConditionWHERE clause conditionsString
OrderORDER BY clauseString
LimitMaximum number of rows to fetchNumber
OffsetRows to skip before returning resultsNumber
InputsDefine input variables for dynamic queriesManual Toggle
Schema (Inputs)Validate incoming query inputsSchema
OutputsMap query results to workflow outputsManual Toggle
Schema (Outputs)Validate output dataSchema

FAQ

Q: Can I run complex queries with joins?
A: Yes. While the Select Action UI focuses on single-table queries, you can extend it with custom SQL in advanced configurations.

Q: Does it support pagination?
A: Yes. Use Limit and Offset fields to paginate query results.

Q: Can I validate outputs?
A: Yes. Outputs can be mapped and validated against schemas for consistency.


Keywords: WeHub MSSQL Plugin, MSSQL Select Action, Query SQL Server, Workflow Database Querying, MSSQL Automation