Difference Between get queue item and get transaction item

hey can you help me with this… I am having a queue. How to get each items of the queue and so some operation. Which activity should I use? I am having a queue of 200 items. Take first item do some operations and so…

I used Get Queue item
Get transaction item
And For each

But getting error. Please help