In a roll template, we can insert macros to trigger a roll button on a character sheet: <div style="display:none"> <button type="roll" name="roll_initiative" value="&{template:default} {{initroll=[[1d10 &{tracker}]]}}"> </div> <rolltemplate class="sheet-rolltemplate-test"> [Roll Initiative](~selected|initiative) < /rolltemplate> However, I can't seem to find a way to trigger an action button on a character sheet, which would allow me to do sheetworker stuff with the roll. Any tricks or suggestions to make this work?