
Announcements
I have created a desktop application flow, within the flow I want to loop through objects and perform some processes once those lines are clicked on. I need the loop to iterate through those line. The issue i am facing is on how to create the loop and also how to dynamically set when the loop ends.
In the image below there are 4 objects, i need the loop to iterate through all the 4 lines and within the loop i have certain processes that i will build. The 4 lines are not set, it might change to 10, 5 just depends.
I am stuck on how to start the loop, since this is not a excel loop (which is easier)
THIS IS A DESKTOP APPLICATION, NOT A WEB PAGE, OR WEB APP.
Any help would be highly appreciated.
Thank in advance.