Hi I am trying to create dummy data for a listview. I have a microflow that gets the list and sets an object variable to 0 in loop I am looping through this object variable and create object and add to my list also incrementing this variable by 1 and checking if I have reached 10 – see image. But loop only executes once, is there a way to add 10 objects to my list without adding 10 create objects activity? thanks
asked
Samim Wafa
1 answers
4
Samim,
You’ll need to create a looping capability inside of a microflow without using the Loop action. Here is an example: