Continue to the first foreach row on some condition in second foreach row

I have two nested foreach row activities.On failure of some condition in second foreach row, i need to break the flow and consider the next value of first for each…how can we achieve this.

If we use continue activity it will consider next row of inner for each but i want to consider next row of first foreachMain.xaml (12.0 KB)

Use break activity inside second foreach.

1 Like