How to define an attribute as an array in an Entity

0
Is there a way to define an attribute as array in entity. I checked the attribute properties but didnt find any way to make it an array . Is it supported in Mendix, if so, how is it done . If not, what alternatives\workaround do we have ? 
asked
1 answers
1

You can’t define an array in Mendix. You have to model this as a separate entity with a one-to-many association to the entity for which you want to define the array.

answered