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
a!localVariables( local!Var1 : "Hello,", local!Var2 : "World!", local!combinedText : local!Var1 & local!Var2, /*or*/ /*local!combinedText : concat( local!Var1,local!Var2),*/ local!combinedText )
Also :
Hi Thanks for your support,
i want to learn more things in Appian
So requesting you to help me more thanks in advance