Exit Monitor Events to continue looping iteration

Hi guys,

so i have a For Each to loop through a data table,
inside of the look i have a monitoring event with File Change Trigger to wait for a particular file to be created,
how can i exit the monitoring event to continue the next iteration after file change detected?

or should i use another activity to wait for the particular file to be created?

Hi @Dina.espifi59

If the file hasn’t been created should the loop repeat it self ? If not why don’t you use “break”, it’s exists the loop…

@mz3bel thanks for the suggestion!
so i ended up to use “continue” to exit monitoring event to continue the loop to wait for the next file name.

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