How to take loop activity in my microflow that introduced another microflow how is it possible ?

0
how to make loop over a list of elements. Inside the loop, I will have an iterator available that will contain the current element in the list. All activities inside the Loop activity will execute during each iteration of our loop. I try to add iterate over but not show me any entity's why?
asked
1 answers
2

You'll need to retrieve the object list of the entity you want to iterate over before you start to iterate. So for instance, like below:

answered