Skip to main content
?

insert

Summary​

Issues an insert query to a configured DB connection

Description​

Query is dynamically created using the informaiton provided.

Fields​

Database Connection​

The database connection.

Database Table​

The table name.

Columns to insert​

Array of string column names to insert.

Dynamic Data​

An object with key/value pairs for indicating column data.

JSON columns​

Array of string column names that will go through JSON encoding/decoding.

Return error message​

This value is used as the result in the event of an error.