Perform algebraic expression on each item in a list. i.e. Increment all items in a list by 1

Hi,

I am trying to find a way to perform algebraic expression on each item in a list. i.e. Increment all items in a list by 1.

For example, if I have the following list:
{1, 2, 3, 4, 5, 6}

Iโ€™m looking for an expression to modify the list to be:
{2, 3, 4, 5, 6, 7} (Add 1 to each item) Or
{2, 4, 6, 8, 10, 12} (multiply each item by 2)

1 2 157
2 REPLIES 2

did you get any solution for this ?

Itโ€™s not possible with AppSheet.

Top Labels in this Space