Problem with Quickadd and Templater - Not Working with "Insert after" selected

What I’m trying to do

Hello! I use Quickadd and Templater to enter tasks. The following Quickadd Capture worked as of last week:

{{VALUE:Task Name}} {{TEMPLATE:Templates/Tasks Tag.md}} {{VDATE: Scheduled Date,:hourglass_flowing_sand:YYYY-MM-DD}} {{VDATE:Due Date, :date: YYYY-MM-DD}} {{TEMPLATE:Templates/Tasks Priority.md}}

  • Templates/Tasks Tag.md is templater template with the following text:
    <% tp.system.suggester([‘#quick’,‘#medium’,‘#long’],[‘#quick’,‘#medium’,‘#long’],true,“Tag”) %>

  • Templates/Tasks Priority.md is a templater template with the following text:
    <% tp.system.suggester([‘:small_red_triangle:’,‘:arrow_double_up:’,‘:arrow_up_small:’,’ ‘,‘:arrow_double_down:’],[‘:small_red_triangle:’,‘:arrow_double_up:’,‘:arrow_up_small:’,’ ',‘:arrow_double_down:’],true,“Priority”) %>

  • The Capture was set to insert after a heading (## Task Inbox) within Quickadd.

For some reason today, the Capture command stopped running the Templater template scripts when it is set to “Insert after.” However, the Capture command works if “Insert after” is not used. The non-templater portions of the Capture command work regardless of whether “Insert after” is used.

Things I have tried

Restarting obsidian, reloading quickadd and templater, reconstructing the quickadd capture command, toggling off and on “insert after,” toggling task format on and off, reviewing quickadd and templater documentation.

Not sure if this is a Templater or Quickadd issue. Thsi Quickadd Capture command has been working for several months now, and I have not made any changes that could cause it to break (at least that I’m aware of).

Any help would be greatly appreciated.