How to add multiple values in a single KVM map using PUT

<ExpiryTimeInSecs>55550</ExpiryTimeInSecs>

<Put>

<Key>

<Parameter>fff</Parameter>

</Key>

<Value>{hhy.fname}</Value>

</Put>

<Put>

<Key>

<Parameter>lll</Parameter>

</Key>

<Value>{hhy.lname}</Value>

</Put>

<Scope>environment</Scope> </KeyValueMapOperations>

Is this the correct way?

Is there a way I can make multiple entries in one KVM map using one KVM policy?

0 1 208
1 REPLY 1

The pattern (two puts) you have for setting multiple patterns looks correct, however I don't think you can refer to the variable with the message template as you have. You should use ref ie <Value ref="hhy.lname"/>

Have you also set the mapidentifier attribute for the KVM you're trying to modify?