GET RECORDS FROM A DATABASE¶
Queries a registered d3VIEW database and returns matching records as a dataset. Use this worker to retrieve structured data from any platform-managed database, optionally filtered by user-defined criteria.
When to use¶
Tagged: database, filter, lookup, query, records.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Database | database_id | remote_lookup | — | ✓ | The target database to query, selected via remote lookup from all registered platform databases; required — no default. |
| Choose Filters | filters | filters | — | Optional filter rules (field/operator/value conditions) used to narrow the returned records; populated dynamically from the selected database’s available fields. Leave blank to return all records. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| Records | records | dataset | Tabular dataset containing all rows that match the specified filters, with columns corresponding to the fields of the queried database. |
Disciplines¶
- data.io.sql
Auto-generated from platform schema. Worker id: database_get_records. Schema hash: 59b3aaf8edc0. Hand-curated docs in workerexamples/ override this page when present.