I have a list like {1,2,3,4}, I want to add new items like {1,2,3,4,5,6,.....} in the same list without using a new variable to store the new list.
Discussion posts and replies are publicly visible
Appian expressions follow a functional paradigm. Variables are immutable.
So sad, it's really inflexible. Thank you for your answer.
Why is that inflexible? It is just a different way of doing things. And, among other things, it avoids side effects.
https://docs.appian.com/suite/help/25.2/functions-side-effects.html