...
Info |
---|
This article details how to enter encrypted values into a textbox, and hide personal information or passwords on the screen, using Aura Digital Workforce. |
Note |
Syntax
Code Block | ||
---|---|---|
| ||
Enter @Decrypt("ENCRYPTED TEXT HERE") as LABEL NAME HERE |
Note |
---|
If you want to manually enter this syntax into the Command Editor, you must first use the ‘Encryption Tool’ “Encryption Tool” from Home Page to encrypt a plain text string. Then use command below and paste , copy the encrypted value text, then copy it into the Aura command. |
Syntax
Code Block | ||
---|---|---|
| ||
Enter @Decrypt("encrypted text here") as Password syntax. |
Example 1
The example below will show each necessary step to command Aura to automatically encrypt text and enter the encrypted text into the specified textbox.
...