How to check cell is empty

Hello,

i need to check cells B1,C1,D1 are empty or not if empty then go to then else go to ele part


after using below code , it is going to then only not else tried with string.isnullorempty as well

help me on same

@Mathkar_kunal,

What’s the debug time value you are getting in Locals panel or Immediate panel?

Hi @Mathkar_kunal

While checking the condition what is the condition that you are writing.
If you want that if any of them is empty then please use OR condition between the three String.IsNullOrEmpty.
IF you want to check if all of them are empty please use AND condition.

I think so that you just need to adjust the condition.

Thanks
Happy Automation! :smiley: