Is there a way to add multiple variables to a list in one List-Change-Activity?

1
Is there a way to add multiple variables to a list in one List-Change-Activity? This would be handy when adding different subsets of the same variable set to multiple lists in loops. I am aware that multiple List-Change-Activities can be used, using a Java Action may be another, but is there any other way? It hoped it works like shown here ($_Factory1, $_Factory2, $_Factory3 are Variables not Lists):
asked
2 answers
0

Use the Union or Intersect List operations to accomplish this:

https://docs.mendix.com/refguide/list-operation/

 

answered
0

This is not possible. The only way of doing this is adding multiple change list actions for each item you would like add.

Maybe you can do it in a loop or in a reusable unit (sub-microflow) and make the code cleaner that way?

answered