List intersection -> how to get Object from a one element list

0
Good morning Mendix community,   after intersecting two lists, now I have another one containing only one row. Since I want to carry out operations on that list row, I would like to convert it to an object.   To do so I’ve created a loop that walks over the list (length is one) and breaks immediately, however I’m not able to pas the retrieved object from the loop to the microflow outside of the loop.   Best regards, Adam
asked
2 answers
1

Use the list operation called “head”.

answered
0

Take temporary Object outside the loop and add it into the existing list.  hope it will work.  

answered