How to achieve many to many relationship in native?

0
Hello, How to achieve many to many relationship in native as there is no reference set selector is not available in native.  Thanks Prajakta 
asked
1 answers
4

Hi Prajakta,

Many to many relationships are not supported in native. You need to add an entity in between the two objects with a 1:n association to each. Also see this post:

https://forum.mendix.com/link/questions/99081

answered