Skip to content

Upsert Local Database

Purpose of the Node

This node is designed to either insert new data or update existing data in a local database. It accepts a database connection reference, an ID column, and a value to be upserted. The node provides feedback through execution pins to indicate success or failure.

Pins

Pin NamePin DescriptionPin TypeValue Type
StartTrigger the node executionExecution-
DatabaseDatabase Connection ReferenceStructNodeDBConnection
ID ColumnThe ID ColumnString-
ValueValue to InsertStruct-
EndIndicates successful executionExecution-
FailedTriggered if the Upsert failedExecution-