DEV Community

Tech Community for Software AG Tech Community

Posted on • Originally published at tech.forums.softwareag.com on

webMethods.io Integration workflow: Store Typeform entry data in Google Sheets or Excel Online

Overview

This guide will walk you through the process of building a webMethods.io Integration workflow that stores your Typeform form entries in Google Sheets or Excel Online sheet and notifies you through Cisco Webex Teams.

Prerequisites:

  • Typeform account
  • Excel online or Google Sheets account
  • Cisco Webex Teams account

Steps

  1. Login to your webMethods.io Integration tenant or sign up for a free trial if you’re new (use the advanced sign up form for more options).
  2. Create a new project or choose an existing one.
  3. Go ahead and get started by creating a blank workflow. If you need a refresher on how to get to this point, this guide can be a great introduction.
  4. Click on the small setting icon on the Start step and choose the Typeform trigger. chrome_ygDZQcGxBJ chrome_7lGelfQCl4 Select New entry as a trigger and complete the authorization – connect webMethods.io Integration with your Typeform account. Select a form ID from the dropdown menu. Click Save. You should see the test trigger window. To test your trigger, you need to perform the trigger action – submit your Typeform form: chrome_gQmIC0Npcj Go back to the webMethods.io Integration workflow and click Test. You should see the output data from the trigger which webMethods.io Integration will use to configure and test the rest of the workflow. Click Done.
  5. Choose one the following ways to store the form submissions’ details: 5.1. Add the Google Sheet connector to the canvas with the drag and drop feature. This automatically connects with the trigger action. chrome_DaFlN5uBnI Click on the small settings icon on the Google Sheets connector, select _ Add row _ as action and complete the authorization – connect webMethods.io Integration with your Google account (check the following Tutorial - Using Google services with webMethods.io Integration). chrome_PlGrw8HBXr Click Next. Before you can proceed with the action configuration, you need to make sure you have already created a sheet containing several columns where you will store information about your form’s submissions: chrome_nnTHdBx4S0 Now go back to the webMethods.io Integration action configuration and choose the spreadsheet ID and the sheet name. Use the Incoming data panel and the drag and drop feature to fill out the form information for each table column: chrome_9R8qvMUHJd You can use the Transform Data option to extract the form response: chrome_TSM1ws9Y1o and then turn the object result into string with one more transform data action: chrome_ljhFOpDGx8 Click Next, Test and then Done. 5.2. Add the Excel online connector to the canvas with the drag and drop feature. This automatically connects with the trigger action. chrome_FdcPSKeiKl Click on the small settings icon on the Excel online connector, select _ Add Rows _ as action and complete the authorization – authorize Excel Online. chrome_sfNTNEK9V7 Click Next. Before you can proceed with the action configuration, you need once again to make sure you have already created a sheet containing several columns: chrome_XEIgluhTc9 Now go back to the webMethods.io Integration action configuration and choose the folder name, workbook ID and sheet ID of your file. Select Single Row Entry as entry type and use the Incoming data panel and the drag and drop feature to fill out the form information for each table column: chrome_2FLmkdZeEV You can use the Transform Data option to extract the form response: chrome_TSM1ws9Y1o and then turn the object result into string with one more transform data action: chrome_ljhFOpDGx8 Click Next, Test and then Done.
  6. Add the Cisco Webex Teams connector to the canvas with the drag and drop feature. This automatically connects with the previous step. chrome_T2u6sYWSiZ chrome_jjOKSkwEQd Click on the small settings icon on the Cisco Webex Teams connector, select _ Post new message _ as action and complete the authorization – connect webMethods.io Integration with your Cisco Webex Teams account. chrome_umq0Fwbbqc Now you can proceed with the action configuration – choose the Space ID where you want to post the message. Type the message body – use the Incoming data panel to include form information received from the trigger output, for example:
{{$trigger.title}} form is submitted at {{$trigger.submitted_at}}. 
Check the form response:
{{$transform.t3.stringifiedObject}}

Enter fullscreen mode Exit fullscreen mode

chrome_mbZWuC7jBR
Click Next and then Done.

  1. Connect the Cisco Webex Teams connector to the Stop step. Don’t forget to save your workflow. chrome_6AhmjGmqvU You can now run the workflow using the play button in the right upper corner and review the result. If you have configured the workflow correctly, you should see the newly created row added to your Google Sheets or Excel Online as well as a notification sent to your Cisco Webex Teams space: chrome_lXjc8xsdBb chrome_w0hoEAlnoG chrome_1uV3f6qs1S Now every time your Typeform form is submitted, a new row will be added to your Google Sheets or Excel Online and notification will be sent to Cisco Webex Teams. Please note that this may take some time.
  2. At the bottom-left corner of the screen you can find the Execution history of the workflow: chrome_bOyQX0tbFU From here you can monitor the execution status and view error details if needed: chrome_veZTL0Otid Please note that workflow execution logs must be enabled from the workflow execution settings: chrome_A3Qr403vVw chrome_AXIAS0wjIO

Read full topic

Top comments (0)