I am using a for loop activity for reading all files inside a directory.
after reading i am checking whether the data contains a particular word using contains action inside a if condition.
if it is not present i want to stop performing the remaining actions for that particular file only and all other files need to be processed.
i tried to use the Break activity but it fails and it stops the entire loop.