Solved
How to update a object without a new variable.
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.
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.
Appian expressions follow a functional paradigm. Variables are immutable.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.