Iterate over enumeration in a microflow

11
Is it possible to iterate over the definition of an enumeration in a microflow?
asked
2 answers
5

As far as I know you can't do this. However, what you could do is initially create objects to match each value in the enumeration and then loop through those...

answered
6

You could do the following:

A picture is worth a thousand words

answered