Awee

app:record:insert

Inserts a new record into a schema table and returns the persisted record

Inserts a new record into a schema table and returns the persisted record

Options

NameTypeDescription
org_idstringThe organisation ID that scopes the operation
user_idstringThe caller's user ID recorded in the record history
schemastringThe name of the schema (database) that contains the table
tablestringThe name of the table to insert the record into
recordRecordThe key-value data to insert

Outputs

NameTypeDescription
recordRecordThe newly inserted record as persisted in the database

How is this guide?

On this page