How it works
1
Set your form to update mode
First, navigate to the Integrate tab and select 
Then, click 
Salesforce
.
Update record
.
2
Create a custom update link per record
You’ll now get a formula that defines a unique link for every record in your object. Add this new formula to your Salesforce object.
Go to your Salesforce dashboard and click the 
Using Quick Find on the left-panel, search for 
Go to 
Select Formula from the list. Then, copy and paste the formula from your Fillout form into Salesforce.

settings icon
on the upper right side followed by Open Advanced Setup
.
Object Manager
. Click your object
. In our example, we used Contact.
Fields & Relationships
and create a New
field.
3
Preview your form
Complete your setup by clicking
Finish setup
. You can test your form in Preview
mode or use one of the unique links to update a record once your form is live.Your form will automatically pre-fill the data for the record it is updating.Note: If you don’t provide an id in the unique URL, the form will create a new record instead.
Note: The Salesforce integration is available on the Enterprise Tier 1 and 2 plans. Learn more here.
Advanced next steps (optional)
You can also enhance your update forms by integrating them with platforms like Salesforce App Builder or Lightning Experience. Instead of the formula in Step 3, you might consider using aButton
field.
This button can then be embedded within Salesforce interfaces for users to easily manage records.