Skip a file

Hi All,

I have a script that does the following :

The issue I have is I do not want to process all the files but only certain files , I am using a read range to check the conditions and then I do not want to continue the sequence if the condition do not match but want to skip that file and move to next .

Is this doable ?

Keep if condition before excel scope to match

I have to check a condition within the excel and if there is no value , it throws me an exception error.

how about use try catch activity as indirect condition .
ex: u check the value and if there is no value then u get exception.
In catch section implement your another condition.