Encrypy data while putting in queue

There are a few posts with information about this:

Currently Orchestrator doesn’t have the ability to encrypt queue items, but you can encrypt the data and add the ciphertext to the queue item. Then, after you get the transaction item, you decrypt the ciphertext to get back your plaintext.

About the Cryptography activities pack (it contains a sample workflow at the end): Activities - About the Cryptography Activities Package

1 Like