OriginalPostID-94672
Discussion posts and replies are publicly visible
You can also use joinarray function in which you have add both the array elements.EXample-> a!localVariables( local!a:{1,2,3}, local!b:{1,2,3}, joinarray(local!a+local!b), )