I am trying to concatenate two form fields values into one. In the rule editor, I tried to Concat a string with a field value. It didn't throw errors, but it just won't work.
guideBridge.resolveNode("from-hidden").value = Concat("ABC", this.value);
I don't find Concat under Functions from the side panel. Is that why it's not working? How do I make it work?