How to extract Values from field within a fields

Hi Team,

I want to extract the following values from the below content

  1. Activity
  2. "ExceptionMessage"
    "_source": {
    "activityInfo": {
    "DisplayName": "Sequence",
    "State": "Closed",
    "Activity": "System.Activities.Statements.Sequence",
    "Variables": {
    "ExceptionExists": "False",
    "ExceptionMessage": "Object reference not set to an instance of an object."
    }
    }
    }
    Need your kind help on this

Regards,
Baskaran C

Hi,

Where do you want to do the extraction?

Thanks,
Bhavya

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