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)
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?