Output Of the queue

Hi,

I have uploaded the output to the queue and the names are different , one output is Json and other is output data.
Now I am not sure how to extract data and write it into excel file from 2 different output names
please help
image
image

@Deeksha,

You will have to deserialize the Output field of QueueItem like this.

Thanks,
Ashok :slight_smile:

image
If item.output is outputData or Json then i have to deserialize.
how should i give the condition

@Deeksha,

Check using If activity like this.

item.Output IsNot Nothing AndAlso item.Output.Keys.Contains("OutputData")

Thanks,
Ashok :slight_smile:

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