app:record
Retrieves a single record by ID from the given schema table
Retrieves a single record by ID from the given schema table
Options
| Name | Type | Description |
|---|---|---|
org_id | string | The organisation ID that scopes the operation |
schema | string | The name of the schema (database) that contains the table |
table | string | The name of the table to retrieve the record from |
id | string | The unique identifier of the record to retrieve |
Outputs
| Name | Type | Description |
|---|---|---|
record | Record | The retrieved record data |
How is this guide?