Iterate a database values

-1
Good morning everyone! I need to do a microflow that iterates all the values that I have on the database and I don`t know how, anyone knows it?
asked
2 answers
1

Hi Alvaro,

You should retrieve the list of the corresponding entity you want to iterate over the values and then you should use the “loop” activity inside the microflow to iterate over the list that you’ve already retrieved. 

You can read about loop in this link.

Good luck!

answered
0

Hello Alvaro,

Have a look at the documentation: https://docs.mendix.com/refguide/loop

answered