Get Queue items How to process items one at a time?

Hey Everyone,
I have used the Get Queue Items activity to get all failed queue items.
and I am trying to process each item at a time.


I created an IEnumerable Queue collection, How can I get from the collection 1 item at a time and process it.

if I use the Foreach loop how can I extract outside of the loop the item and process it?

1 Like