How To
How Dynamic Forms work with Google Sheets
You can dynamically fetch column headers of a Google Sheet
How to test triggers and actions
You can test trigger and actions added in a workflow to check if they are working as expected
How to create triggers using Connector Builder
You can create custom triggers using the Connector Builder
How to create actions using Connector Builder
You can create custom actions using connector Builder
How to create lookups using Connector Builder
You can create custom lookups for actions and triggers using Connector Builder
How to create authentication for triggers and actions using Connector Builder
You can create custom authentications for triggers and action using Connector Builder
How to pass JSON data using HTTP Request action
You can post large JSON data to any URL using HTTP Request action
How to access headers and data sent via webhook call
You can access the headers, queries and data sent via webhook in your workflow
How to use Inline Expression in Built.io Flow
You can use Inline Expression to add custom logic to your inputs
How to use Oauth in custom actions
You can use oauth exposed by Built.io Flow Enterprise in your custom actions
How to post data to Built.io Flow via WebHook


POSTing data to Built.io Flow Enterprise via WebHook is quite easy. You can set parameters (key value pairs) through the WebHook URL directly. Alternatively, you can pass a large set of data in the body of the post call. This posted data can be accessed by using {{$config.params}} inside the actions.
How to read the contents of a downloaded file


When you download any file using Google Drive, Dropbox or other such actions, it is saved temporarily in the Built.io Flow Enterprise engine local storage. In order to read/access this file, you need to use other online file storage applications where this file can be uploaded.
How to get data from action and push it to another
The output of first action can be used as an input for another by using the ‘Insert’ button. Let’s see it in action.
How to get value from a JSON string
If you wish to parse JSON string to make an object, you can do it easily using the Node.JS action or the JSON parse action.
How to send large data to a workflow
You can pass large data to workflow via Webhooks. Let us understand how to do this with the help of an example. Let’s say you wish to fetch a large set of data in body of an email and send it to a recipient via ‘Google Mail: Send Email’ action.
How to add rows to an existing Smartsheet

You can add rows to an existing Smartsheet by using 'Smartsheet - Add row' activity.
How to use Alexa with Built.io Flow
You can automate various tasks by integrating Alexa with Built.io Flow Enterprise.
How to set up conditions between two actions
Built.io Flow Enterprise allows you to set conditions between two actions to action of your workflow. Using this functionality, you can define one or more custom conditions between two actions.
How to use Egnyte with Built.io Flow
You can use Egnytet to automate numerous tasks by integrating it with Built.io Flow.
How to retrieve specific objects from an array
You can retrieve specific objects from an array as per your requirements
How to upload a file with HTTP Request - POST method
You can upload a file on the specified server with HTTP POST method
How to use scripting API to generate Tropo API keys
You can create Cisco Tropo API keys for your applications
How to share a workflow
You can share existing workflows with other users
How to edit or delete a trigger
You can edit or delete an existing trigger
How to retrieve 'Client ID' and 'Client Secret' of your Jive account
You can retrieve authentication details of your Jive account
How to retrieve the value of a custom field
You can retrieve the value of a custom field
How to use Loops
You can use loops to execute a set of actions repeatedly.
How to Use Dot Notation to Access Information in a JSON Object
You can use dot notation to retrieve the values of a JSON object
How to use workflow templates from Library
You can use existing workflow templates from library.
How to call a workflow from another workflow using ‘Run Flow’ action
You can call one workflow from another workflow by using 'Run Flow' action
How to Remove Authorizations
You can remove authorizations from your Flow Enterprise account
How to use a regex pattern in the Mapper action’s 'replace' function
You can use regex pattern in Mapper replace function
How to restore an older version of a workflow
When any changes are made to the workflow, a new workflow version is created. You can restore an older version of the workflow as the current version.
How to use Cumulocity in your workflow
You can add a new device to use Cumulocity service in your workflow
No results found