The Button field is a powerful, interactive field that turns each row in your table into an actionable element. With a single click, users can instantly trigger a pre-configured automation, accomplishing everything from simple status updates to complex system integrations.
Feature Details
-
Trigger Automations with a Click: A button serves as a manual trigger for your automations. This provides the perfect entry point for workflows that require a human decision to kick them off.
-
Customizable Appearance: Freely customize the buttonâs label and color to make it visually intuitive and clearly communicate its purpose (e.g., âSubmit for Approval,â âSend Reminder,â âGenerate Reportâ).
Use Cases
The Button field is incredibly versatile, simplifying repetitive, multi-step manual tasks into a single click.
-
Managing Statuses: In a project management board, you can create buttons like âStart Task,â âMark as Complete,â or âArchive.â A single click can automatically update the âStatusâ field for that record, moving the workflow forward.
-
Moving Data Between Tables: In a CRM, when a lead is qualified, a âConvert to Opportunityâ button can trigger an automation that copies key information from the lead record and creates a new entry in your âOpportunitiesâ table.
-
Sending Notifications: Need to send a follow-up? A âSend Reminderâ button can trigger an automation to send a customized message via email, Slack, or another service, complete with a link back to the specific record.
-
Integrating with Other Systems: By using an HTTP request as your automationâs action, a button click can trigger actions in external services via their APIs.
How to Use
- Add and Configure the Field: Create a new field in your table and select the âButtonâ type.
- Label and Color: Customize the text (e.g., âSend Emailâ) and color of the button.
- Limit Click (Optional): Enable the âLimit number of clicksâ toggle to set a maximum number of times the button can be clicked for each record (e.g., once). You can also configure whether the click count can be reset.
- Custom Automation: Create a new automation using âWhen a button is clickedâ as the trigger.
- Define the Action: In the âActionsâ section of your automation, define what you want to happen when the button is clicked, such as updating the record, creating a new record, sending an email, and more.
Important Notes
- Automation Run Quotas: Each successful button click that triggers an automation will count against your workspaceâs automation run quota. Please refer to our pricing and limits documentation for more details.
- Permissions are Separate: The permission to click a button is separate from the permission to edit a record. This means users with read-only access, or even visitors viewing a shared link, can click the button and trigger its automation as long as the button is visible to them. This makes it a secure way to grant operational permissions for things like approvals, voting, or external feedback without granting access to edit the underlying data.
- Dependent on Automations: A button does nothing on its own. Its functionality is entirely dependent on its linked automation. If the automation is disabled or deleted, clicking the button will have no effect.
Last modified on March 13, 2026