PROCESIO
OverviewPlatform ActionsIntegrations & DemosCustom ActionsDeveloperโ€™s Guide
Platform actions

Join

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.

On this page