If I want to update a list of value by satisfy certain condition, how should i do?

As title,

there are two difference from java or python with appian, one is there is not under_score marks for a list, such as list[0], the a!forEach seems can't apply with number, such as for(i=1,i<100,i++), 

also there seems a!save(target:) can only save into one row of value, if I want to update a list, how should I do other than process model, thank you.

  Discussion posts and replies are publicly visible

Parents Reply Children