Support > Forums > OpenBots Studio > How do I extract the queue item values
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 317 topics, 687 replies, and was last updated 4 months ago by Nataly Alvarado...
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.