Control ListLoop iteration with a button
Hello, I am using a listloop to parse the output of a textfile, line by line on an RPA automation, however I am not able to control the flow.
I would like to control the moment in whigh the next item is processed.
I understand that the break option is for this, but I don't know how to use it.
I connected a Next Button to it, but I guess this is not the right approach, as the Next Button will activate Break until it gets pressed, and it should be the otherway around. Break should be enabled until I press Next.
Thanks in advance for your support.