String concatenation in an Expression

There are 2 ways:

  • ${“prefix/”.concat(myDynamicPart).concat(".postfix")}
  • prefix/${myDynamicPart}.postfix (this is exactly the same as you tried, but it works fine for me and it’s useful only for Input and Output parameters)

Modeller settings & result in Cocpit:

1 Like