Associated object to a retrieved one

0
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
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
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.

 

Kind regards,

Adam

answered