Keeping interger values in an array.

1
In a microflow I want keep integer values in a temprory list, but I don’t to create a new persistent or non persistent entity. Lists are working with an entity and variable can keep only one value. I want something like an array in other programming languages. then I can manupulate these values.  
asked
1 answers
0

Mendix does not offer that option in their own programming components. Every thing is a entity or a variable.

If you want to use an array in a microflow and you have Java-skills, create a Java-action. Same goes for front-end actions: create a javascript-action.

answered