Why is it not possible to union two lists?

0
I made a Microflow which should loop through a list and then should union them. I’ve retrieved both lists and now want to put them together. But Mendix brings me the Error Code  CE0024  
asked
1 answers
3

Hi Benjamin.

This is probably due to the lists not beeing of the same object type. This will throw this error.

Kind regards, Bart

answered