This is what I typed out.
<category>
Check</pattern>
<template>
<condition name=“element”>
<li><value><set>collection</set></value>Yes, <get name = “element”> is a part of the set</li>
<li>Sorry <get name=“element”> is not a part of the set.</li>
</condition>
</template>
</category>
Basically I want to determine if ‘element’ is a part of the predefined set. How do I achieve this? Currently the condition executes the second part.
Additionally, are maps designed to be 1:1 key value pairs? Is it possible to map it 1:n?