Define and pass parameter into Microflow

0
We are creating an object within a microflow where a member value (integer) needs to change each time the flow runs. Since the values may not always be sequential, our current thought is to create a table of the relevant values and increment through that for our variable(s).  What would be the best method to pass the resulting variable(s) to the object member within the microflow? Is there any training material on working with variables / parameters that you would recommend?
asked
1 answers
1

If you want to create a incremental number you can use an AutoNumber, but to give you an better answer to your problem is to create two objects, and add an association where 1 question can have multiple answers. For a learning path I would recommend the Mendix crash course to get started.

 

Here an example for your project: 

answered