I have seen a lot of varying questions surrounding queue items and how they should be extracted. My question is this:
I add a datatable variable to the queue using the ‘Bulk Add Queue Items’ activity which should create a datatable equivalent for this queue item.
How do I then get this queue item in its entirety into a datatable again for the bot the then process?
I currently have the following in my process workflow:
^ Do While
^ Get Transaction Item (extracts item as a ‘QueueItem’ variable)
I now need to convert that ‘QueueItem’ variable into a datatable variable