Hot to set If Activity condition to go else if then is empty

Hot to set If Activity condition to go else if then is empty

Thanks in Advance

Hello @jai_kumar2

Here in your condition if NameOfMachine is empty, then it will go to else state.

Try setting the value of Name OfMachine to null and check in debug mode by enabling higlight element.

Thanks

Thanks for the reply

Even the string value is empty the condition not taking to Else

Please check the below post.

Introduction to UiPath string checking with samples|F-PenIT blog.

Hi @jai_kumar2

Not String.IsNullOrEmpty(NameOfMachine)

Regards
Gokul