This lesson will cover the following topics:

02 | Setup
03 | Preview

01 Getting Started

This tutorial covers how to push data to Salesforce using repeated elements.

02 Setup

When the “Get Contacts” button is clicked, a Salesforce Get action runs to retrieve all the contacts associated with that account. The “Add Strip”  button will be used to create a repeat strip.

In the second strip, a form was inserted with first name and last name text input fields and a delete button.

In the third strip, a button used to Save the information was inserted.

screenshot showing the configured example project

An On Click Action was configured for the Add Strip button. Strip Interactivity was chosen as the node and configured to insert a repeat column.

Configuring strip Interactivity

An On Click Action was configured for the Delete button. Strip Interactivity was chosen as the node and configured to delete the current index.

Edit node for the strip element

The Save button was configured with a Salesforce Action. A new Salesforce push action was configured to create new contacts.

03 Preview

To add another contact you can click the “Add Strip” button and fill out the new form. If you don’t want one of the contacts to be created you can click the “Delete” button for it. Once you click the Save button, all the contacts will be saved to Salesforce.

Preview screen of the setup repeat push

04 Got Feedback?

Additional Resources