How to get value of status column of queue?

Hi team,
I want to fetch the queue status Column value of each queue transaction ? How?

I have added data into queue such as firstName, LastName, Email, MobileNumber etc.
then I proceed those data
and
now I am trying to get all proceed queue data along with status and store it in excel
like this, FirstName, LastName, Email, MobileNumber, Status(queue)

Hi @Sanket_Shinde1

Have you tried with Get Queue item activity?

I am getting all queues by using that , But I am to store status column value of queue in excel -Excel column name is status(wich hold the value of specific queue item)
but how I do this?

@Sanket_Shinde1

check thread for reference

you can loop through the queue items and item.Status will give you the status of each queue item

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.