Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If we wish to pass the encrypted value as a stored variable, the encrypted value is displayed as plain text in logs and results during execution. This scenario normally happens when you want to pass encrypted values from a workflow using stored variable to a reusable component as shown below. This is a common scenario when reusing Login component in different workflows where you need to use different User credentials for each workflow.

Step #

Component

Keyword

Object

Data

1

copyStringValueTo

String to Store : String1 (data type : Fixed Encrypted)
In variable : var
Left Boundary (Optional) :
Right Boundary (Optional) :

2

Component 1

setValue

username

Value : username (data type : Stored Variable)
Execution Mode (Optional) :

setValue

password

Value : var (data type : Stored Variable)
Execution Mode (Optional) :

3

Component 2

Login44

copyStringValueTo

String to Store : String2
In variable : var
Left Boundary (Optional) :
Right Boundary (Optional) :

5

Component 1

setValue

username

Value : username (data type : Stored Variable)
Execution Mode (Optional) :

setValue

password

Value : var (data type : Stored Variable)
Execution Mode (Optional) :

...