This lesson will cover the following topics:

02 | Setup
03 | On Load

01 Getting Started

This tutorial covers Get triggers and how you can use them to trigger your Get actions.

02 Setup

A simple form was used for demonstration. The fields will be populated with Salesforce data.

simple form example

When configuring the Salesforce get action, you can choose from three triggers to execute pull actions; Auto Trigger, On Load, and User Action.

Map Salesforce fields window with trigger options displayed

03 On Load

On Load will trigger the Get to run when the page loads. The Get will run straight away to populate the form.

The On Load trigger should only be used if the end-user will be verified by static information. If the form should populate with user data after they have verified themselves by providing information, the On Load trigger will not populate the form as it will only run when the page is loaded.

04 Auto Trigger

Auto Trigger will run immediately after the condition criteria are met - for example, if the user provides an email address that exists in Salesforce, the rest of the contact information will populate the fields.

When using an Auto Trigger Get, the conditions must be kept simple.

05 User Action

User Action Get actions are triggered using an action performed by the user.

One example is using interactive elements, the element will be used to invoke the action - for example, if a button is clicked the user’s details will populate the fields.

Another example is using a condition on an element that will trigger the flow when the condition is met - for example, if a user provides an email address that matches a contact in Salesforce, the first name and surname fields will be populated with the corresponding data.

You can also choose to invoke your action using the Page Load Every Time or First Time Actions tabs.

06 Got Feedback?

Additional Resources