Set Secure Text

This is a pre-built action in Avo Assure that comes for the Captured Textbox Element, instructs Avo Assure to accept an encrypted text and send the decrypted value into the application and save the result in dynamic variable.

Syntax

Input Value: <Encrypted Text>

Argument
Description

<Encrypted Text> (Required)

The encrypted string to be decrypted and entered into the textbox.

Supported formats:

  • Text

  • Static variables

Output Value

Argument
Description

<Dynamic Variable>(Optional);<Dynamic Variable>(Optional)

This variable holds the status as True or False

Example

Inputs encrypted text into a secure input field.

The Set Secure Text action takes the value from the Input Value column (e.g.,2o7ZBSG4rdGpGBlgtzvX7g==) and enters the decrypted content into the specified secure input field. The result of the action is stored in any dynamic {SecureText} variable, with the following possible values:

  • True – If the Secure text is entered successfully.

  • False – If the input fails or an error occurs.

Last updated

Was this helpful?