Variable that holds an array - Mendix Forum

Variable that holds an array

0

Sometimes we need to use spesific data in microflows such as arrays in other languages like days of week, months etc. It is not always possible to make entities or attributes for this reason.

 

It would be very helpfull if we can keep spesific arrays in a variable and use it locally in MF. Further it would be super usefull if we can use loops to iterate over this array variables. Then we don’t have to add new entities to our domain model.

DaysOfWeek = {Monday, ...} 

 

asked
0 answers