PROCESIO
OverviewPlatform ActionsIntegrations & DemosCustom ActionsDeveloperโ€™s Guide

Get Index

The Join action concatenates a list of strings using a given separator.

Overview

The Join action concatenates a list of strings using a given separator.

Inputs & Outputs

  • [ I ] Input string list: List<String> to be concatenated.
  • [ I ] Input separator: String to use as a separator.

[ O ] Result: String containing the concatenation.coming soon ๐Ÿ”œ

On this page