Solved
My Json looks like this π
{ βmainβ :[
{
βCMβ: βTβ,
βTMβ: ββ
},
{
βCMβ: β100000β,
βTMβ: β9999β
},
{
βCMβ: β200000β,
βTMβ: ββ
} ]
}
This is stored in an test.expr file.
I have the CM values coming from the previous snap. What i would like to achieve is - I would like to pass 100000 to CM and retrieve 9999 as result.
How can I achieve this ?