helper.concat-arrays

Merging multiple arrays into a single array.

For example, let's say you have multiple arrays:

([1, 2, 3], [4, 5, 6], [7, 8, 9])

Their elements can be combined into a single array to show simultaneously:

[1, 2, 3, 4, 5, 6, 7, 8, 9]
View example
Components used in the example

Component properties

NameTypeDescription
type*"helper.concat-arrays"Set component type.
itemsarrayArrays to combine.
items[]anyArray element.
Contact support

Last updated: August 25, 2023

Introduction
Getting started
Important tips
Useful recommendations
Working with Toloka
Projects
Pools
Tasks
Results
Project analysis
Toloka settings
Task interface
Template Builder
HTML/CSS/JS editor
Help and support
FAQTroubleshootingSupportGlossary