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
| Name | Type | Description |
|---|---|---|
org_id | string | The organisation ID that scopes the operation |
user_id | string | The caller's user ID recorded in the record history |
schema | string | The name of the schema (database) that contains the table |
table | string | The name of the table to insert the record into |
record | Record | The key-value data to insert |
Outputs
| Name | Type | Description |
|---|---|---|
record | Record | The newly inserted record as persisted in the database |
How is this guide?