search

Tools

Testing Steps Tool
5 min. read

Testing Steps Tool

Testing Steps tool allows you to run a test on each individual step and view Samples of incoming data

Branching Tool
5 min. read

Branching Tool

A new tool in Albato allows you to run different scenarios within a single automation depending on specific conditions.

Albato: Data Cropping tool
Tools
2 min. read

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: Automation delay tool
Tools
2 min. read

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: Get an element from an array tool
Tools
1 min. read

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
Tools
2 min. read

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: Value Parser tool
Tools
2 min. read

Albato: Value Parser tool

The Value Parser tool is an advanced way to search and replace text using regular expressions.

Join our newsletter

Hand-picked content and zero spam – just the good stuff!

Albato: Aggregator tool
Tools
4 min. read

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: Remove tags tool
Tools
1 min. read

Albato: Remove tags tool

This tool allows “cleaning” texts by removing HTML tags, for example <div>, <p>, <span>, <br> and others.

Albato: Split string into elements of a row section tool
Tools
2 min. read

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: Parse JSON tool
Tools
1 min. read

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
4 min. read

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
Tools
5 min. read

Iterator tool

The Iterator tool can convert an array of objects (strings) into separate elements.

How to merge row arrays
Tools
3 min. read

How to merge row arrays

The Rows union tool allows you to combine a row section (an array of objects) of one step with a row section of another step into one array. In the tutorial for Rows gluing, we gave Rows definition in Albato service. Now there is a tool that expands the possibilities of working with Rows. For …

Table lookup
Tools
3 min. read

Table lookup

Table lookup allows to replace incoming data from sending app. Let’s suppose you receive order from store with Paid status. Then you want to update this order status in your CRM. But you cannot send Paid status from online store to CRM system, as it can receive only codes …