How to retrieve association *-* with a Nanoflow in PWA

1
Hello everyone,   I'm beginner in mendix and i would like to know how to retrieve into a nanoflow a association with two entities. For example this is a example domain model :   And i want to retrieve "entity_2" with first "entity" :   I know it is not possible but how to do it differently?
asked
2 answers
0

Hello Jonathan!

 

Retrieve the same in a microflow and then call that microflow from the nanoflow.

 

Hope this helps.

answered
1

Hi, 

 

Working with nanoflows and data is already tricky, so please evaluate if you honestly need the *_* association. If you honestly do consider working with a non-persistable table because you can pass that around.  Use the non-persitable to transfer your work between nanoflows and microflows.

answered