[
{
"Value": "987654",
"Type": "EF"
},
{
"Value": "987159",
"Type": "DE"
},
{
"Value": "987789",
"Type": "CD"
},
{
"Value": "987456",
"Type": "BC"
},
{
"Value": "987123",
"Type": "AB"
}
]
I WANT to fetch Value on the basis of Type, and save it to Environment variable, if Type= CD, Value set to environment variable CDValue=987789
