How to display password in flow designer

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2022 12:28 AM
Hello everyone, I have flow like below:
I use data pill to get password, But it's display *********, not display value
I using script to display password, but it's not work

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2022 06:01 PM
hi everyone
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2022 06:11 PM
The field "password" is "Password (1 Way Encrypted)" Type.
You will never get the decrypted password text.
Below is the Description of "Password (1 Way Encrypted)" 。
・Text field that stores passwords with one-way encryption. One-way encryption stores the password as a secure hash value that cannot be decrypted.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2024 06:17 AM
Hi @Ha Le
A bit late probably but maybe someone finds it useful: you can try GlideElement.getDecryptedValue() to get the plain text password value. May work or not but worth trying, it worked for me:
Best regards,
Marek