This guide will walk you through two key areas:
- What can the Button field do?âUnlock its full potential.
- How do you use it?âA step-by-step guide to configuring your first automation button.
What Can You Do With It?
The core value of the Button field lies in its ability to connect and execute. It can link data within your tables and integrate with external systems, bundling a series of actions into a single click.Use Case 1: One-Click Lead Conversion
In a CRM, when a sales representative identifies a mature lead, they can simply click a âConvert to Opportunityâ button. The automation instantly creates a new record in the âOpportunities Table,â populates it with all the key information from the lead, and updates the original leadâs status to âConverted.â
Use Case 2: One-Click Content Scheduling
Once a content draft is approved, an editor clicks the âSchedule for Publicationâ button. The system automatically creates a new post entry in the âSocial Media Schedule Tableâ and sends an email notification to the social media manager: âA new draft [xxx] is ready for scheduling.â

Use Case 3: One-Click Task Reminders
When a project task is nearing its deadline but remains incomplete, the project manager clicks the âSend Reminderâ button. The system immediately sends a notification via your teamâs preferred communication tool (e.g., Slack, Teams, Email): â[Task Reminder] The task âXXXâ assigned to you is due soon. Please prioritize its completion!â This seamlessly integrates your data table with your teamâs communication workflow.
How to Set It Up
Letâs walk through the classic âOne-Click Lead Conversionâ example to see how to configure a button. First, youâll need two tables: a âLeads Tableâ and an âOpportunities Tableâ.Step 1: Create the Button Field
In your âLeads Table,â add a new field with the following settings:- Field Type: Choose âButtonâ.
- Button Label: Enter âConvertâ and pick a distinct color, like blue.

Step 2: Custom the Automation Workflow

- Click âCustom automationâ
-
Configure Actions: Define what happens when the button is clicked.
- Action 1: Create a new record in the âOpportunities Tableâ
- Action Type: Select âCreate Recordâ.
- Target Table: Choose the âOpportunities Tableâ.
- Field Mapping: This is the most critical part, where you pass data from the lead to the new opportunity.
Opportunity Namefield =Company Namefrom the triggering record.Related Contactfield =Contact Namefrom the triggering record.- ⊠(map other relevant fields).
- Action 2: Update the current leadâs status
- Add a second action of type âUpdate Recordâ.
- Target Table: âLeads Tableâ.
- Record ID: Select the ID âfrom the record that triggered the workflowâ.
- Field to Update: Set the
Statusfield to âConvertedâ.
- Action 1: Create a new record in the âOpportunities Tableâ
Advanced Feature: Precise Control with Limit Clicks
The Button field settings include two powerful options: âMax Clicksâ and âAllow Resetâ.Feature Breakdown
- Max Clicks: Sets a maximum number of times the button can be clicked for each individual record. The button becomes disabled once the limit is reached.
- Allow Reset: Allows a user to manually reset the click count, re-enabling a disabled button.
Use Case: Preventing Duplicate Lead Conversions
This simple setting is crucial for maintaining data integrity. By setting the maximum clicks to
1, you ensure a lead can only be converted into one opportunity, eliminating the risk of duplicate records from accidental double-clicks.- Max Clicks: Set to
1. - Allow Reset: Keep this option disabled.



