Skip to main content

How it works

Only share each update link with people who should see all of that record’s fields. An update link acts as a key to the entire record: anyone who opens it can view every field on the record, even fields that don’t appear as questions on the form. This is what lets update forms use any record field for pre-filling, answer piping, show/hide logic, and calculations.To keep certain fields private, store them in a separate object so they aren’t part of the record being updated, or restrict prefilled data so the form only loads fields mapped to questions.
1

Set your form to update mode

Open your Salesforce-connected form and navigate to the Integrate tab and select Salesforce.Screenshot 2025-11-11 at 5.03.58 PM.pngThen, click Update record.Screenshot 2025-11-12 at 2.13.52 PM.pngYou’ll now get a formula in Fillout that defines a unique link for every page in your table.
The Salesforce integration is available on the Team and Enterprise plans. Learn more about the Team plan.
2

Paste the provided formula

Add this new formula to your Salesforce object.Screenshot of the Integrate tab of a formGo to your Salesforce dashboard and click the settings icon on the upper right side followed by Open Advanced Setup.Screenshot of the Integrate tab of a formUsing Quick Find on the left-panel, search for Object Manager. Click your object. In our example, we used Contact.Screenshot of the Integrate tab of a formGo to Fields & Relationships and create a New field.Screenshot of the Integrate tab of a formSelect Formula from the list. Then, paste the provided formula on Fillout into Salesforce.
3

Publish and share

Complete your setup by clicking Update and Publish.To update a Salesforce record, click Preview and select a Record to update or click one of the unique links from your Salesforce object.Screenshot 2025-11-11 at 5.21.44 PM.pngYour form will automatically pre-fill the data for the record it is updating.
If you don’t provide an id in the unique URL, the form will create a new record instead.

Advanced next steps (optional)

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 a Button field. This button can then be embedded within Salesforce interfaces for users to easily manage records.

Specify a condition

You can run your integration only when a specific condition is met. Check out this guide.

Create a Salesforce form

Add or update records with a form.

Integration logic

Perform an integration only when a certain condition is met.