I have created one Key Value Map with visibility as environment and in that map i have added one Key as flag and its value as either true or false.
I want to use the flag to execute the policy in proxy. Lets say i have quota policy and one service callout policy . If the flag is true i want to execute quota policy and if it is false then want to execute callout.
I tried using that in defult.xml with condition tag but i am unable to get the value from KVM.
(flag==true)
I inserted flag as true in KVM
Key Value map Policy
Quota Policy
based on kvm flag value i want to execute quota policy.
Change i made in default.xml
Key-Value-Map-Operations-1 Quota-1 (globalvalues.flag=“false”)

