Accessing KVM Operations' Value to be use as condition

Not applicable

Example I have a key and value xml of :

<Put override="true">
        <Key>
            <Parameter>a</Parameter>
        </Key>
        <Value>
             {
            "b":
                [
                    {
                       "c":true
                    }
                ]
           }
        </Value>
</Put>
<Get assignTo="variableValue" index="1">
        <Key>
            <Parameter ref="anotherVariable"/>
        </Key>
</Get>

given that anotherVariable = "a";

how can I use the value of "c" to set a condition on a succeeding step:

<Condition>variableValue.b.c = true</Condition>

Just like that ?

1 4 428
4 REPLIES 4

@Hanzel Garcia , Recent release broken some of the JSON parsing capabilities. Our Engineering team is working on same. We will keep you updated. Are you on free org or paid account ?

Oh is that so? So it really is possible! Thanks for the info. I am on free org. If this is fixed, would you mind setting also an example how to use such? Thanks!

As far as i know it should be possible. I have tried to build a sample but got blocked due to recent release issues. I will keep you posted. Reason i have asked for free or paid is we have capability to rollback in paid orgs. You might need to wait for some time to see it in action. inconvenience is regretted. We will keep you posted..

There is no inconvenience, don't worry, It just that I could delete 2-3 steps with this enabled 😄 anyway that's enough info for now. Keep me posted for this! thanks!