06-10-23 04:30 PM
Hi All!
I need help in figuring out how to retrieve an item that is deferred in the queue so that I can modify the data that is currently in the queue with the "update item" and then release it again.
Since the item is deferred, the "Get Next Item" doesn't take it, and I can't find a way to lock it in order to modify it.
Thank you in advance.
Greetings!
06-10-23 10:55 PM
Hi Maximiliano Siufi,
Check below thread to workaround for deffered items
Is it possible to remove defer date from the item by any processing steps? | Blue Prism Product
07-10-23 06:27 PM
Hello Maximiliano,
You ought to acquire the item identifiers through the "Retrieve Report Data" function. Afterward, iterate over the identifiers by invoking the "Retrieve Item Data" for each, concurrently assembling an 'Aggregate Item Data' compilation. Record this compilation, and subsequently incorporate , appending it to the recently queue.