Hi I am Learning Appian development, i have doubt how to combine two text local variables please hep me on this
a!localVariables
(
localVar1: Text := "Hello,",
localVar2: Text := " World!" )
local!combinedText := local!localVar1 & local!localVar2
Discussion posts and replies are publicly visible
I personally recommend using concat() to concatenate text together simply because it is easier to collapse/uncollapse in the expression editor.