Get the last item send in queue

Hi the community !

I want to run 2 processes in parallel. the first robot sending of the items in queue, and the second robot retrieves these items and processes them.

the optimization of this parallel processing requires that the second robot retrieves the last item sent to queue at the moment of the call.

“Get Transaction Item” returns the first Item sent in queue (I would like the last one)

would anyone have an elegant solution?

cordially,
decalajoraire

This works :
image

  • Assign :
    TransactionItem = QueueItems.Last

but the status in Queue does not change (“New” and not “In Progress”)