I want to store list of images for a product in mndix

0
I have two entities product and its images i want to save product with its images as 1 product is associated with multiple images( 1 product have many images) and product owns images . Here is my domain model How can i acheive that in mendix studio pro 9.12.1 ?
asked
1 answers
1

Hi Raghvendra,

If One product is associated to multiple images, then you have to change your association, and reverse it,

because in the it showing that one image is associated to multiple images.

try changing the association and then you’ll be able to store multiple images for a product.

Hope it  helps!

**Edited**

 

the association should be something like this

answered