CREATES A RECORD INTO A DATABASE¶
Creates a new record in a specified platform database. Use this worker when you need to programmatically insert a new database entry as part of a workflow.
When to use¶
Tagged: create, data_management, database, files, insert, record.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Database | database_id | remote_lookup | — | ✓ | The target database in which the new record will be created; select from the available platform databases via the remote lookup — required, no default. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| Database Id | database_id | scalar | The identifier of the database in which the record was created, confirming the target database for downstream workers. |
Disciplines¶
- data.io.sql
Auto-generated from platform schema. Worker id: database_create_record. Schema hash: 61f0eeab8e24. Hand-curated docs in workerexamples/ override this page when present.