
I have a repeating section named "repeating_trait". I'd like to show a checkbox for each trait inside another repeating section. Since it is impossible to reference a repeating section from within a different repeating section I thought I'd generate the names to blank fields. For example "trait_0" is set to "Eldritch Invocations". I then try to reference "trait_0" within my other repeating section "repeating_attack" via the following:

Any ideas?
<span name="attr_trait_0"></span>"trait_0" is successfully set and I can see it in the Attributes & Abilities tab. If I reference "trait_0" as above outside of the repeating section it works, but accessing it within "repeating_attack" doesn't seem to work as the span is blank even after closing and opening the sheet.

Any ideas?