Get Record
Module · Stable
Fetch one custom-table row by its record_id.
Returns a single custom-table row by record_id (e.g. the id returned by Create Record or an item from List Records). The values output is the column → value object. found is false when no row has that id.
When to use
Section titled “When to use”Use to re-read the current column values of a row you are already holding the record_id for — for example before deciding whether to update it.
When not to use
Section titled “When not to use”To fetch many rows or search by a column value, use List Records. To change a row, use Update Record.
Inputs
Section titled “Inputs”Configured per use: record_id.
Outputs
Section titled “Outputs”Auto-generated from the skill registry (load_skills()). Do not edit by hand.