Make name of Object instance of an Entity a variable (of type string). - Mendix Forum

Make name of Object instance of an Entity a variable (of type string).

0

Can you make the name of a new object instance of an entity, a variable string which can be set by creating a variable of type string and passing it as the name of the newly created object.  This will help if you want to create a number of object instances of an entity in a loop.  

asked
2 answers

I want to create a list of object instances of an entity using a loop and be able to pass a new and unique name for each object. How would you use a list to achieve this?

Created

You can simply use a list. Or do you need specifically a map?

Created