Browse documentation

Actions

Actions are reusable verbs you define once and attach anywhere — button rows, table action columns, bulk selections, and record-page action bars.

Action kinds

Rows

SettingWhat it does
Add rowCreate a record, optionally through a chosen form (with prefills).
Edit rowOpen the current record in a form.
Copy rowOpen a form prefilled with the current record's values — “duplicate and tweak”.
Delete rowDelete the current record (with confirmation).
Set valueWrite computed values to the current record — Approve as one click setting [Status] and [Approved at].
Add row to…Insert a computed row into another table — log an activity from an order, for example.
Add related rowCreate a row in a child table pre-linked to the current record.
SettingWhat it does
NavigateJump to another view.
Open URLOpen a link — templatable with record values.
Phone call / Send SMSDial or text a number from the record.
Send emailOpen a prefilled email to an address from the record.

Composition

SettingWhat it does
ComposeRun several actions in sequence as one button.
Run workflowFire a manual-trigger workflow for the current row — the bridge from a click to server-side automation.

Where actions appear

Actions honor permissions and visibility: a role that can't delete never sees the delete button, and a Visible if expression can hide an action until the record is in the right state.