Ability to have variable parameters on dataview microflow data source. - Mendix Forum

Ability to have variable parameters on dataview microflow data source.

1

Currently our project has a context type entity for each management page. The way to retrieve this object is by enum value.
I now have to create a microflow for each managment page based on enum value as its needed to retrieve the correct page context. 

It would be really handy if you could have variables as parameters for these dataview microflows, as it would just require 1 microflow instead of x amount to achieve the same functionality

 



In the microflow settings we could fill-in the variable value (string, enum, number, etc)

asked
1 answers

Have come upon this several times so far, and it’s always frustrating because I have dozens of microflows who’s only purpose is to call another microflow with a couple of enums declared.

Created