
This button works fine outside a repeating section:
<button type='roll' value='!wfrp @{intChar}@{intReck}@{intCons}@{observationExp}?{Fortune Dice|0}?{Challenge Dice|0}?{Misfortune Dice|0}-@{intFortune}@{intStress}' name='roll_advSkill'></button>
Inside a repeating section, it fails silently. The culprit are the roll queries - if I remove them, it works. Why is this and can it be addressed?
Note: The value calls an API that expects single-digit numbers pulled from various locations elsewhere on the sheet.