21-07-20 09:29 AM
Hello Guys,
I am working on the requirement to encrypt the Item Key of Work Queue.
I am using Encryption internal object to encrypt the item key and adding the data into the queue.
Second requirement is to skip the items which are are already in queue.
I am using Is Item in Queue action to check the existing items and if it's already there then removing the item and moving to next item.
But after encryption we get random encrypted data and encrypted data is unique every time. So is there any solution I can do to check whether the item is already added in the queue or not?
Example - Data to add in Work Queue - 123123(Item Key)
After Encryption - 6VFOyYNOAwCFRVGVsBYG/g==:wk5+3K3WfPJajLj5FwRvtw==(Item Key)
Data added into queue.
Data to add in Work Queue - 123123(Item Key)
After Encryption - gsZEFrs61nNrqsZMj11Opg==:14MX9O5TIjE+dunuDEDipQ==(Item Key)
Is Item in Queue?
Result - False
Answered! Go to Answer.
21-07-20 01:11 PM
21-07-20 01:11 PM