How to decrypt catalog variable of type "Mask" in scoped application?

Charmi Shah2
Giga Contributor

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?

 

CharmiShah2_0-1666857438851.png

 

I have tried "getDecryptedValue()" but it is given error in Flow designer.

CharmiShah2_1-1666857491607.png

 

I have also tried new GlideEncrypter().decrypt(PASSENCRYPTEDVALUE); but it is not helpful as mine is scoped application.

 

 

 

1 REPLY 1

Radhika1
Tera Contributor

Has anyone got solution to this?