Extract values from Array in QueueItem

hi everyone,

i’m getting queueItem with below form of data

[{“Employee”:“XYZ”,“CourseID”:“UiPath”,“Designation”:“SE”,“Experience”:3.0},{“Employee”:“Pqr”,“CourseID”:“UiPath”,“Designation”:“SDEII”,“Experience”:4.0}]

How to extract Employee data from above queueitem dataType. i need both XYZ and Pqr.

Thanks in advance.

U need to deserialize the json string and then extract the values by dictionary based approach.

how to convert queue item to Json datatype??

@sai_krishna_somisetty
have a look here for selecting the info from JSON String:

Here it would be helpfully to give more details on the source (DataType, variable…, Screenshot from Debugger Local Panels…) holding this JSON String

consider this image as reference and help to process this data from studio.