Tools
Albato: Data Cropping tool
This tool works like a pair of scissors, allowing you to cut data from any set of values. You can cut half of the line (e.g. from the beginning to the middle) or a value in the middle of the line (e.g. from the 3rd to the 5th character).
Albato: Get an element from an array tool
The Get an element from an array tool is a handy feature that lets you get a specific element from an array by its position number.
Albato: Get an element of a row section tool
This tool allows you to receive one element of a row section, based on the given condition.
Albato: Aggregator tool
The Aggregator tool combines separate elements into an array (the Iterator tool performs the opposite operation: it splits the array into elements).
Albato: Split string into elements of a row section tool
In this tutorial, we'll take a look at how this tool work. Like other Albato tools, it is added between steps of an automation. To do this, click on the "+" and select the tool from the list.
Albato: Remove tags tool
This tool allows “cleaning” texts by removing HTML tags, for example <div>, <p>, <span>, <br> and others.
Albato: Automation delay tool
The Automation delay tool is designed to pause automations until a specified date and time, so the automation will resume operation at the specified date and time.
Albato: Value Parser tool
The Value Parser tool is an advanced way to search and replace text using regular expressions.
Albato: Parse JSON tool
Introducing the Parse JSON tool! It allows you to extract specific variables from a response block and work with them in subsequent steps of your integration.
How to use JavaScript code in Albato
Albato’s new feature - JavaScript code - allows you to run your own custom code. Just enter your code into the automation settings following this step-by-step instruction.
Iterator tool
The Iterator tool can convert an array of objects (strings) into separate elements.
Round robin tool
This tool allows you to loop through the values from a specified list every time you start the bundle. How does it work? Let’s take an example of Facebook Lead Ad and amoCRM. When we receive Facebook Lead Ad, amoCRM creates record and assigns it to one manager. Let’s …
Incoming data filter
If you have already experienced immense opportunities of our service then you probably faced the need in some bundles to receive specified data and omit another. For these reasons, Albato has Incoming Data Filter tool. This tool can be configured by default for all bundles. It allows you to set conditions to start the bundle. …
How to handle duplicates
Duplicate records seriously complicate the work with data. See how to handle them!
How to glue rows
Albato has a new tool that allows you to glue rows into one variable with separators between these rows. Let’s see how it works. What is a row? In a nutshell, Row is an array of objects, unlimited set of data within an entity. For example, you have a CRM system that creates deals. These …