Question read cell value

I have a question to just check if a specific cell is empty

Going with read cell and checkimg it’s empty by length not working

Hi @Franklin_D
may be its returning null value—so length condition not holding here

can you go with this

string.IsNullOrEmpty(Variable name)

Thanks

Thanks its working now.

great , if so kindly close this thread

Happy Automation

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