Create a new variable based on other variables

Hello, I need to create a variable that is made up of other variables, I have not been able to, I would appreciate your help, thanks

variables to join
image
image
image

RESULT

image

You can use this inside a String Manipulation node:

joinSep("-", $Store$, $Nombre2$, $Ano$)
join($Store$, "-", $Nombre2$, "-", $Ano$)

Both expressions yield the same result, the first one is more readable imho.

5 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.