You must define a key value for the elements error in adobe campaign classic
Hi Everyone,
I'm learning input forms. I'm facing error while i try to create new data in personalization field.
Schema code:
<element label="Personalization values" name="personalizationValues">
<attribute label="content" name="content" type="string"/>
</element>
<key name="personalizationValues">
<keyfield xpath="personalizationValues/@content"/>
</key>
Code used in input form:
<container label="Personalization fields">
<input type="list" xpath="personalizationValues">
<input xpath="@content"/>
</input>
</container>



Am i doing anything wrong here? Please help me sort this error.
Regards,
Sujith Kumar.