Exit from For Each

Hi everyone, I have FOR EACH for DT strings
in DO I do the form filling in the application
There is an exception when filling out a line - then I send an SMS (Invoke Workflow) and I need to complete the process.
If Invoke Workflow Inside For Each, the process continues
And if after, then all the lines go through first …
How to do it better?

@RPA3

Please share a screenshot of the issue so as to understand the issue better.

There is no mistake. And a lot of action.
How to get out of for each ahead of time?
How to complete the whole robot process?

You can use a break activty to exit a for each loop

3 Likes

Thanks!

2 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.