Break Repeat
Last updated
Last updated
This action aborts the current loop. This is used if, for example, the loop should be exited once certain conditions are met.
Imagine that you don't know how many pages with search results there are on some page. Once there are no results, the website shows some text like "There are no search results anymore". You can use Check Web Element to check if such text is shown. Then you can set up a condition that if that condition is met, then your TaskBot should stop the loop.
Another example is described here: Break loop if status request is unsuccessful Save Status Response.
See a video tutorial where Break Repeat is used to exit the loop once a daily DM limit is reached: Example: Use variable to limit number of DMs sent per run.