Convert to Lower case

This pre-built action located under @Generic Element. The functionality of this action in Avo Assure is to convert a given input string to lowercase and stores the converted string into the dynamic variable.

Syntax

Input Value: <input string>

Argument
Description

<input string> (Required)

Provide the text to be converted to lowercase.

Output Value:

Argument
Description

<Dynamic Variable> (Required)

This variable holds the converted lowercase string.

<Dynamic Variable> (Optional)

This variable stores the status as True or False

Example:

Convert upper case (ALICE JOHNSON) to low case (alice johnson)

The Convert to Lower Case action takes the value from Input value column (ALICE JOHNSON) and converts into the lower case (alice johnson). The converted string is stored in the {Lower case} variable, while the conversion status is stored in {Status} variable, with the following possible values:

  • True – If the input string converted to lowercase or

  • False – If the input value is invalid.

Knowledge Bites: Below are some examples of different string scenarios

String
Input Value (syntax)
Result

Text Strings

AUTOMATION

automation

Already in Lowercase

empid

empid

Special Character and Numbers

Alphanumeric strings

ID2025

id2025

Last updated

Was this helpful?