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

0
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
1 answers
0

Use the Union or Intersect List operations to accomplish this:

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

 

answered