Hi @Dhruvi_Arumugam ,
Have you tried to use Deserialize Json Activity and fetch the required values like below :
jobj("Output")(0)("Desc").ToString
jobj("Output")(0)("Display")("display_value").ToString
jobj("Output")(0)("Display")("link").ToString
jobj("Output")(0)("start_date").ToString
The same method could be used to obtain other key values.
Here, jobj is a Json Object output from Deserialize Json Activity.
Let us know if the methods shown in the visuals help you in achieving your result.
