Dear Mendix Community, in a Microflow I want to get all associated objects to a retrived object. Do you have any suggestions on how I can do that? There are multiple objects associated to the rtrived one (retrived object:associated objects 1:n) Thanks a lot! Greets, Adam
asked
Adam Myszkowski
2 answers
1
Hi Adam,
Use retrieve action, select retrieve by association and select the associated entity from your parent entity. This will give you list of all the associated objects.
Hope this helps!
answered
Mohammed Siddiqui
0
Hello Mohammed,
thank you a lot! However, in the next step I have to pass an Object since I’m showing a page (and not a list). The retrieved object is converted automatically into a list.