Combiner.CombineTextByEachDelimiter

The function returns a result that merges a list of text strings into a single string by separating them with the specified delimiters in the order they are listed.

Syntax

Combiner.CombineTextByEachDelimiter(delimiters as list, optional quoteStyle as nullable number) as function

About

The function returns a result that merges a list of text strings into a single string by separating them with the specified delimiters in the order they are listed.