Retrieve results from a Json string

@Dhruvi_Arumugam ,

After the First Deserialization we could check if there are any JArrays present, we could encapsulate the remaining steps within an If Activity where the condition would be as below :

JArray.FromObject(jObj("Output")).Count>0

image