15749/uipath-string-null
Does anyone know how to check for an unassigned string in uipath? Uipath seems to crash when an if statement looks for a null string. Not sure how to handle that.
There are many different approaches and idea but according to me what you can do is:
Always make sure before to define any variable by default initialize it with empty strings(""). So it will be easy to check it with equal operator as well.
The Other approaches you can take is Uipath is based on .Net So u can use it's Is Nothing.
You can also use .Net String.IsNullOrEmpty Method (String) Method.
use a wildcard in selector. make sure that ...READ MORE
Just use a wildcard in selector. Given ...READ MORE
use the following approach strValue = “This is ...READ MORE
best way to do that is to ...READ MORE
Multiple solutions are listed below: Check your Selector Use ...READ MORE
the robot.exe file is located in: C:\Users\USER_ACCOUNT\AppData\Local\UiPath\app-17.1.6523\Ui-Robot.exe Hope it ...READ MORE
you can use the Database package for connecting ...READ MORE
There are many different approaches and idea ...READ MORE
you can use the following approach strValue = ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.