Automate

Automate

Make your phone or tablet smarter with automation

Get it on Google Play

concat

array concat(value1, value2, …, valueN)

Returns a new array with all elements of the arrays and/or the non-null values provided as arguments.

Parameters

  1. value1 — first value.
  2. value2 — second value.
  3. valueN — optional, N-th value.

Returns

  • an array containing all values.
Note! This documentation is also accessible within the app from Help & feedback menu.