I keep getting duplicate (or partial duplicate) records. How can I avoid this?
<!-- Cargo Table --> {{#cargo_declare: _table = 5eMonster |Sort_Text = String |Page_Name = Page (unique) |Monster_Name = String ... }}
<!-- Store Data--> {{#cargo_store: _table = 5eMonster |where= Page_Name = {{FULLPAGENAME}} |Sort_Text = {{#if: {{{sorttext|}}}|{{{sorttext}}}|{{PAGENAME}}}} |Page_Name = {{FULLPAGENAME}} |Monster_Name = {{{name|}}} ... }}
-Thanks in advance, Brian