Convert to Lower case

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

Syntax

Input Value: <input string>

Argument
Description

<input string> (Required)

Required input string to convert into the Lower case

Output Value

Argument
Description

<Dynamic Variable> (Required)

This variable stores the converted 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 case changed or

  • False – if the case not changed

String
Input Value (syntax)
Result

Text Strings

AUTOMATION

automation

Alphanumeric strings

ID2025

id2025

Last updated

Was this helpful?