Apps
2022.4
false
Banner background image
Apps User Guide for Automation Suite
Last updated 2024年3月11日

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.

Argument

Type

Description

Value

Required

Any single value of any type.

Examples

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

Textbox Name

Value/Content

EmptyTextbox

 

HelloTextbox

”Hello World”

Slider

0

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?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo White
Trust and Security
© 2005-2024 UiPath. All rights reserved.