Skip to content

Filter Local Database

Purpose of the Node

The Filter Local Database node allows you to filter data from a local database using SQL queries. It takes a database connection reference, an optional SQL filter, a limit, and an offset as inputs, and outputs the filtered results and an execution completion signal.

Pins

Pin NamePin DescriptionPin TypeValue Type
StartTrigger input for the node to start processing.Execution-
DatabaseDatabase Connection Reference.StructNodeDBConnection
SQL FilterOptional SQL Filter to apply to the database.String-
LimitLimit the number of results returned.Integer-
OffsetOffset the results by a specified number of records.Integer-
EndOutput signal indicating the completion of the node execution.Execution-
ValuesFound items after filtering.Array-