How to decrypt catalog variable of type "Mask" in scoped application?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2022 01:02 AM
I have created catalog variable named "Password" of type "Masked". I have to access this variable in Flow designer so I have attach flow in process engine engine tab of catalog item. While accessing variable in custom action of flow then encrypted value is coming. How to decrypt the "Masked" type value in Scoped Application?
I have tried "getDecryptedValue()" but it is given error in Flow designer.
I have also tried new GlideEncrypter().decrypt(PASSENCRYPTEDVALUE); but it is not helpful as mine is scoped application.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2024 11:14 AM
Has anyone got solution to this?