Support > Forums > OpenBots Studio > How do I extract the queue item values

How do I extract the queue item values

Kamalesh Kanna

  • Reporter
  • Calender Icon August 11,2023 at 6:05 PM

Hi Nataly,

In the 1.8.6 version, For the Work QueueItem command, we used the output variable as a Dictionary datatype to fetch the queue item values, but in the 2.0.0 version, the output variable has changed to the OB.queueItem datatype. How do I extract the queue item values?

This forum has 314 topics, 681 replies, and was last updated 20 days ago by Support Agent

Nataly Alvarado...

  • Participant
  • Calender Icon August 14,2023 at 4:43 PM

Hi Kamaleshkanna.Krishnan,

​Yes, all Server components are now OB objects. This is to provide the user an easier way to extract information.

You should be able to see all available properties by checking the object value (show message or debug mode) or by using dot notation.

For example, to get the queue item text/json data, you would use the following: vQueueitem.DataJson

You are not authorized to reply, please click here to login and add your reply to this topic.