UI button to stop loop - Automation Blocks
Hello all,
Is it possible to create a UI button to stop the loop in Automation Blocks?
- I have tried it with "repeat while + input of type checkbox"
- I also tried it with "repeat while true" and inside the loop I put an IF statement with "input of type checkbox" and inside a "break out of loop".
I was hoping with the second method the state of the checkbox would get evaluated during each loop, which would be PERFECT, but unfortunately that didn't work either.
Any help or advice would be greatly appreciated.
