Concatenate Strings in Rule Machine?

I have created strings as local variables in a rule in rule machine. How do i concatenate those strings together into a new string variable?

When you want to set variableTotal to variableOne and variableTwo, you would go in and set the string variableTotal equal to the string:

%variableOne% and %variableTwo%

Just wrap your variable name ins % sign and it substitutes in the variable.

1 Like

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