Can The Pega Function 'decryptPropertyValue' be Used in conjunction with a REST Request Header
I have a use case where I need to send data stored as a TextEncrypted property on the Clipboard in the request header of a Connect-REST as cleartext (decrypted). I found documentation talking about using the 'decryptPropertyValue' function in services and connector requests, but it appears to only be for responses and not requests. https://docs-previous.pega.com/reference/87/implementing-and-using-textencrypted-property-type Is there any way to send the decrypted value of a TextEncrypted property in the request header of a Connect-REST rule without having to store it clear text on the clipboard before sending it with the request header?
***Edited by Moderator Marije to add Capability tags***