Skip to content

InsertLocalDatabaseNode

The InsertLocalDatabaseNode is used to insert a single value into a local database. It is faster than an upsert operation but may result in duplicate items if the value already exists in the database.

This node has two input pins and two output pins.

Pin NamePin DescriptionPin TypeValue Type
StartInput trigger for the node to start executing.Execution-
databaseDatabase connection reference.StructNodeDBConnection
valueThe value to be inserted into the database.Struct-
EndOutput trigger indicating the operation has completed successfully.Execution-
failedOutput trigger indicating that the insertion failed.Execution-