Hi Team
Currently we have requirement pick particular JSON attribute value to parse to Condition connector, However its not working as expected, For your reference here with attached sample condition and sample JSON attribute need to add to condition, could you please help to write correct expression for this value?
Required Value - : Code":"BVT",
Current Codition Expression - :
string(body('Parse_JSON_2')?['properties']?['Body']?['properties']?['UniversalEvent']?['properties']?['Event']?['properties']?['DataContext']?['properties']?['ActionPurpose']?['properties']?['Code'])
Sourse JSON -:
{
"?xml":{
"@version":"1.0",
"@encoding":"utf-8"
},
"UniversalInterchange":{
"@xmlns":"http://www.cargowise.com/Schemas/Universal/2011/11",
"@version":"1.1",
"Header":{
"SenderID":"EXKUSAPRD",
"RecipientID":"BravoTran"
},
"Body":{
"UniversalEvent":{
"@xmlns":"http://www.cse.com/Schemas/Universal/2011/11",
"@version":"1.1",
"Event":{
"DataContext":{
"DataSourceCollection":{
"DataSource":{
"Type":"Forwament",
"Key":"S80"
}
},
"ActionPurpose":{
"Code":"BVT",
"Description":"BravoTran"
},
"Company":{


