Hi Team,
I want to extract the following values from the below content
- Activity
- "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