Zotero Integration template: LastName, FirstName issue

I have an import template that I’m using with Zotero Integration. I’m having trouble because the author is always imported as FirstName LastName. I would like: LastName, FirstName.

I’m using this code in my YAML block:

Author: {{authors}}{{directors}}

In the Data Explorer I see firstName and lastName under creators. How can I call that?

Author: {{creators[0].lastName}}, {{creators[0].firstName}}

I got it.

1 Like