UiPath Documentation
apps
2021.10
false
Apps User Guide for Automation Suite

Function: IsBlank

Use this function to check if a trimmed value is empty. A true or false value is returned as output.

Syntax Description Example

IsBlank(Value)

Checks for a blank value.

docs image

Arguments

For more information on arguments, see the table below.

ArgumentTypeDescription
ValueRequiredAny single value of any type.

Examples

Let's assume that we have the below Textboxes that contain the following values:

Textbox NameValue/Content
EmptyTextbox
HelloTextbox”Hello World”
Slider0

We can apply the IsBlank function as follows:

  • IsBlank(””): True
  • IsBlank(” ”): True
  • IsBlank(”!”): False
  • IsBlank(“Grape”): False
  • IsBlank(EmptyTextbox): True
  • IsBlank(HelloTextbox): False
  • IsBlank(Slider): False
  • Arguments
  • Examples

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated