Expression Equivalent for Array>Join To String Action

I’d like for there to be an Expression Editor equivalent to the Array>Join To String action we have in the trigger editor.

This would kind of mirror what is possible for the Split String action and SPLIT() expression:
image

I find it easier to read through my trigger actions when they all use Data Manipulation>Store vs. interrupting with other actions like Array>X or Split String.

What is wrong with this expression @Variable.Array_to_check + '' ?

Do you need another seperator than the komma , ?

@thorsten.langner thanks for that, I did not know that was an option.

But yes, it would be good to have options for delimiter in case the array elements should contain the comma character.

1 Like