Button fields
A Button field adds a clickable button to a record. Clicking it runs a configured action — so people can trigger something from the record itself, without leaving the table or opening a tool.
Configure a Button
Create a field, choose the Button type, and pick the action it triggers. Actions come from your actions and triggers — for example a system notification, an email, or a webhook that kicks off an external process.
How it behaves
- The button shows on the record (in the table and in the record detail).
- Clicking it runs the linked action for that record, passing the record's data.
- Unlike other fields it doesn't store a value — it performs an action.
Use it for
- A one-click "Send confirmation" email on an order.
- A "Notify owner" button that posts a system notification.
- A webhook trigger that starts an external workflow for the record.