How to use Split string into elements of a row section tool

Albato: Split string into elements of a row section tool
Tools
·
Created: 05/03/2023
·
Updated: 05/31/2023
·
2 min. read

In this article

In this tutorial, we'll take a look at how this tool works.

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.

1.png

The tool has two required fields:

  • String to split - specify a field from the previous steps to split.
  • Delimiter - specify a symbol to divide the string into elements. Any symbol/set of symbols can be used as a delimiter.

2.png

As a result of the tool, a user receives a row section - "Split elements" - in the next step of the automation.

This section has one field that contains these elements.

We will show you how this tool works below:

we receive a string with multiple values

string = “name1;name2;name3”; 

we display the result as three strings in one section.

[
{result: ‘name1’},
{result: ‘name2’},
{result: ‘name3’},
]

How the result of the tool will look:

3.png

All ";" symbols will divide the incoming string into the elements of a row section.

In the example of spreadsheets, the result will be either three lines in one cell or three rows separately.

4.png


Tools

Join our newsletter

Hand-picked content and zero spam!

Related articles

Show more
What Is Embedded iPaaS? A Complete Guide for SaaS Teams
15 min. read

What Is Embedded iPaaS? A Complete Guide for SaaS Teams

Embedded iPaaS lets SaaS companies add native integrations without building them in-house. Learn how it works, compare top platforms, and see 2026 pricing.

How Integrations Improve Key SaaS Metrics
3 min. read

How Integrations Improve Key SaaS Metrics

Learn how SaaS integrations improve activation, retention, and revenue, and how embedded integrations with Albato can accelerate your growth.

What Is Churn Rate for SaaS? Definition & Benchmarks
8 min. read

What Is Churn Rate for SaaS? Definition & Benchmarks

Learn what churn rate for SaaS means, how to calculate it, and discover strategies to reduce churn and improve retention.

How to Connect IIko to Albato
3 min. read

How to Connect IIko to Albato

Connect Iiko with Albato to integrate it with over 1,000+ apps, including AI tools like ChatGPT and Gemini.

How to Connect Lightspeed POS to Albato
3 min. read

How to Connect Lightspeed POS to Albato

Connect Lightspeed POS with Albato to integrate it with 1,000+ apps, including AI tools like Grok and Claude.

How to Connect OneSignal to Albato
5 min. read

How to Connect OneSignal to Albato

Connect OneSignal with Albato to integrate it with 1,000+ apps, including AI tools like ChatGPT and Gemini.

Paragon vs Workato Embedded: Features, Pricing & UX Compared [2026]
10 min. read

Paragon vs Workato Embedded: Features, Pricing & UX Compared [2026]

Paragon vs Workato: which embedded iPaaS is right for your SaaS? We compare pricing models, white-label support, integrations count, and developer experience.

How to Connect ModMed to Albato
3 min. read

How to Connect ModMed to Albato

Connect ModMed with Albato to integrate it with 1000+ apps, including AI tools like ChatGPT and Grok.

Workato vs Tray.io Embedded: Pricing, Features & UX Compared [2026]
7 min. read

Workato vs Tray.io Embedded: Pricing, Features & UX Compared [2026]

Side-by-side comparison of Workato and Tray.io embedded iPaaS: pricing breakdown, white-labeling options, UX review, integration count, and which fits your SaaS best.

Why Encourage Your Users to Learn AI Prompt Engineering
8 min. read

Why Encourage Your Users to Learn AI Prompt Engineering

Learn about why AI prompt engineering is becoming an essential skill for SaaS users and how you can encourage them to learn it.

Ultimate Guide: How to Choose the Pricing Strategy for Your SaaS
6 min. read

Ultimate Guide: How to Choose the Pricing Strategy for Your SaaS

Learn how to choose a SaaS pricing strategy that reflects product value, improves conversions, and supports long-term growth.

Filter Row Elements Tool
5 min. read

Filter Row Elements Tool

This tool helps you define conditions that determine which specific elements should be passed to the next steps of the workflow.