Skip to main content

Get String Length Action

Get String Length Action calculates the number of characters in a given text string and stores the count in a variable.

Appearance

In Talos, Get String Length Action appears as a standard rectangular node with a text and ruler icon.

Icon

Properties

As with all Actions, Get String Length Action has a set of unique properties required for its functionality.

Common properties

Common properties inherited from Action.

Display NameString
This is the display name of the action.

By customizing this property, you can differentiate between same-type actions.

Action IDString
Indicates the unique ID of this action.

This property is Read only and it is not customizable

DisabledBoolean
If set to true, this action is considered disabled and will not be executed.
Input StringString
The string value whose character length is to be measured.

This can be a literal string or an expression reference to a variable.

Output Variable NameString
The variable name to store the resulting character count.

The result is saved as an RPA Integer variable representing the string length.