Helloes I am working on a custom character sheet for my homebrewed d&d 5e and hit a bit of an obstacle. I want to have dynamically filled dropdowns available for my attacks (for ammo types) and spells (for spell slots and other spell resources). As much as this would not really be an issue for ammo types (as there are like 4 main ones - arrows, crossbow bolts, etc.), it is for spells - as each spell can have really different dropdowns. I am using populateListOptions, but can't get it to work for repeating sections. Is it at all possible? I keep getting Character Sheet populateListOptions Error: select/data-list element not found. error whenever I try something other than putting an existing html class name. I've scoured the forums in search of a solution, didn't really find anything that solves the problem. My html wizardry is sadly at toddler level, so I don't know how to tackle it. I'd appreciate any help!