Hi @Mohamed_Abbas,
It seems like you are checking the conditions in different loops with different excel application scopes and datatables. To check whether a number of conditions are satisfied or not, you can try something like this.
Please declare a variable with an initial value. Let it be token=0. Whenever your condition fails, assign some value to that variable. Finally check the variable inside a ‘if’ activity whether the value of the variable is the initial value or not. If it’s the initial value, then all the conditions are true, otherwise some condition has failed and you can execute the corresponding activities you want to do further.


Warm regards,
Nimin