This lesson will cover the following topics:

02 | Setup

01 Getting Started

This tutorial covers using the Google Sheets node in Titan Flow.

02 Setup

The Google Sheets nodes allows you to add Records to your Google sheet every time your Flow is triggered.

For demonstrative purposes, we have used a simple form that will capture the users contact information and store them in a Google Sheet.

Screenshot showing example project and how details are captured in Google Sheet

03 Static Variables

Corresponding variables were created to hold these values.

Custom Variables window showing four created static variables

04 Google Sheet Node

1. Click the Any + icon, choose Google Sheets as the node, and click Next.

Add google sheet node to Titan Flow

2. Provide the details for your form and click Next.

Step 1 of configuring the Google Sheets node

3. Add 4 columns and configure them to the corresponding static variable fields. Click Next.

Step 2 of configuring Google Sheets node

4. Enter a Tag name and click Insert. Save and publish your flow.

05 Invoking the Flow

1. Navigate back to your web project. 

2. Click the Interactivity icon from the button menu.

Interactivity icon in the button menu

3. Click the Start + icon, choose the Flow node, and click Next.

Choosing the flow node when configuring an on click action

4. Use the dropdown to select the Google Sheet flow.

5. Disable Run in Background. 

6. Click Configure Parameters.

Configuring the flow node

7. Use the dropdowns to map the fields from the web project and click Apply.

Configure parameters window

8. Click Next, enter a Tag, and click Insert.

Once you node has been configured, you can Apply, Save, and Preview your project.

When the user provides their details and clicks submit, they will be captured in your Google Sheet.

Preview showing how the users details are captured in the google sheet

06 Got Feedback?