how to combine two text local variables

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

Parents Reply Children
No Data