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


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



If item.output is outputData or Json then i have to deserialize.
how should i give the condition
Check using If activity like this.
item.Output IsNot Nothing AndAlso item.Output.Keys.Contains("OutputData")
Thanks,
Ashok ![]()
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.