Found a new bug with the sheetworker (or maybe the documentation?): The documentation states that you can use the label key or the i18n key in the objects of the optionsArray . However, it seems that the sheetworker actually requires label , and that i18n does not do anything. Given the following optionsArray : [
{
"value": "",
"i18n": "select one"
},
{
"value": "-nxwhb2t1deijpfz1pgs",
"i18n": "academics"
},
{
"value": "-nxwhb2t1deijpfz1pgt",
"i18n": "athletics"
},
{
"value": "-nxwhb2t1deijpfz1pgu",
"i18n": "close combat"
},
{
"value": "-nxwhb2t1deijpfz1pgv",
"i18n": "culture"
},
{
"value": "-nxwhb2t1deijpfz1pgw",
"i18n": "empathy"
},
{
"value": "-nxwhb2t1deijpfz1pgx",
"i18n": "firearms"
},
{
"value": "-nxwhb2t1deijpfz1pgy",
"i18n": "integrity"
},
{
"value": "-nxwhb2t1deijpfz1pgz",
"i18n": "leadership"
},
{
"value": "-nxwhb2t1deijpfz1ph-",
"i18n": "medicine"
},
{
"value": "-nxwhb2t1deijpfz1ph0",
"i18n": "occult"
},
{
"value": "-nxwhb2t1deijpfz1ph1",
"i18n": "persuasion"
},
{
"value": "-nxwhb2t1deijpfz1ph2",
"i18n": "pilot"
},
{
"value": "-nxwhb2t1deijpfz1ph3",
"i18n": "science"
},
{
"value": "-nxwhb2uqvez-sjk-0iw",
"i18n": "subterfuge"
},
{
"value": "-nxwhb2uqvez-sjk-0ix",
"i18n": "survival"
},
{
"value": "-nxwhb2uqvez-sjk-0iy",
"i18n": "technology"
}
] the populateListOptions sheetworker gives the following error: sheetsandboxworker.js:735 Character Sheet populateListOptions Error: object is missing label or value key