Zotero Integration – Import Templates?

Do you mind explaining how to get the button working? I am looking to update annotations automatically or with a click of the button. Basically if I make a change in my Zotero annotations, I want to have it easily synchronise with my Obsidian.

I have this code

name Update literature note
type command
action Templater: Insert Templates/runImport.md
class update-lit-note

Then in a folder Templates/runImport with
<%* app.plugins.getPlugin('obsidian-zotero-desktop-connector').runImport('Create Literature Reading',tp.file.title); %>

I have the Templater and Button plugins both installed and on.

Can you think of any other reason why this might not be working when I click the button?