Retrieve by many to many association in Native

1
Hello, I’m trying to retrieve some object by the association in nanoflow, but I get “reference sets cannot be used on pages that are accessible through a native profile”. Let say like this: Entity A is connected to Entity B trough many to many (*-*) association, and it seems that Mendix Native doesn’t support it. How to bypass this?
asked
1 answers
10

Indeed this is not supported. I usually create an entity with a 1:N association to both entities. These can be processed in a native app, although the additional entity makes the web part of the app a bit more cumbersome. 

answered