Can't add/append DATE to a note created via Templater using QuckAdd

Hi,
I’m using a QuickAdd macro to create a Bibliography Note retrieving information from Zotero using Zotero Integration plugin; this is the 1st step and works great.

The 2nd step I want is adding at the bottom of this note just created the date of creation. But seems to impossible to add to.

My QuickAdd macro consist of the 2 steps:

1 step: create the note using Zotero Integration → works perfectly and generate the note
2 step: adding the data of creation to that file, impossible to obtain.

here my template:

---
title: "{{title}}"
tags: nota-bibliografica, zettelkasten
zotero-key: {{citekey}}
aliases: [{{citekey}}, "{{title}}"]
---

##### Riferimento bibliografico completo:
{{ bibliography }}

##### Particolarità su questo riferimento:


##### Tags
#libri


-------------------------------------------------------------------------------------


at the end of template I've tried to add: 

<% tp.date.now("YYYY-MM-DD") %>

but QuickAdd can't run Templater in the second step to read <% tp.date.now("YYYY-MM-DD") %>, I tried also to run obsidian command *Templater: Replace templates in the active file*, but is not working because it adds the date to the note but also to the template (it's not correct), I tried to add a Wait of 100ms between 2 steps but nothing, and also try via UserScript adding a javascript but nothing to do.

How can be so diffcult to add a simple date to a created note?

I try asking chatGPT, perplexity and Gemini :-) but no solution, I hope human being can solve it.

Thanks so much in advance,
Ric

I’ve never used QuickAdd but I would be surprised if there wasn’t a way to get a today’s date directly from it :innocent:

Have you tried using the {{DATE}} placeholder mentioned here :woman_shrugging:

If you want to rely on Templater though, I think you to summon its API through a script :innocent: :