Let's say I have a variable named stringA and another named stringB. I would like to combine them into a third variable named stringC, but separate by a comma. Example: stringA = Pleasantville stringB = New York stringC = stringA, stringB aka Pleasantville, New York How might I go about this? I can't seem to use the Set Variable option, because the Value box won't let me put more than one variable in it. Short of potentially using custom JS, is there a way to do this in dominKnow?