Replies: 4 comments 11 replies
-
|
Hello @m4xwe11o, and thanks for the kind words! A question. The dummy data that you provided, is it input data that is already coming in to the DOCXTemplater node, or is it how you'd want data to appear? In other words, is that data generated as you show by a previous node (say an API call or a DB), or is it just the shape that you wrote the Word template to expect? |
Beta Was this translation helpful? Give feedback.
-
|
@m4xwe11o In your original post you have the entire data section in [...] What I did find is that all formatter names MUST be in lowercase |
Beta Was this translation helpful? Give feedback.
-
|
Are you using the example template unmodified? If modified can you give me a copy so I can have a look at it for you. I just changed the invoice date on the template to read like Output: [{"currentDate":"2025-07-07T20:02:37.366-04:00"}] and in the footer I have Output: 2025-07-07T20:02:37.396-04:00 Check all the opening and closing tags make sure you do not have {{ or }} |
Beta Was this translation helpful? Give feedback.
-
|
Are you able to post the JSON code here so we can have a look at it
Sent from [Proton Mail](https://proton.me/mail/home) for iOS
…On Thu, Jul 10, 2025 at 09:05, m4xwe11o ***@***.***(mailto:On Thu, Jul 10, 2025 at 09:05, m4xwe11o <<a href=)> wrote:
Ahoi,
I used these 2 nodes for my testing:
[invoice-template-TEST.docx](https://github.com/user-attachments/files/21150184/invoice-template-TEST.docx)
[invoice-template-TEST_2.docx](https://github.com/user-attachments/files/21150186/invoice-template-TEST_2.docx)
I realy think that my JSON object somehow interferes with the now function of the node.
If I manually set the data in the render it works
—
Reply to this email directly, [view it on GitHub](#2 (reply in thread)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AEWXCWU4FPBYTOBBYT2PZXD3HV72ZAVCNFSM6AAAAACAI5FOHOVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGNZRGM2TKMA).
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.




Uh oh!
There was an error while loading. Please reload this page.
-
Ahoi!
I found your repository and think it's the perfect solution for my workflow.
May I ask for your expertise to solve the following issue?
I have a JSON input that looks like this - it's just dummy data that I use to create an invoice
In the Data field of the node I can put in the following and get the list populated as outlined:
I wonder if there is a way to do this in a automated way like using javascript in a code node.
Hence I can access the JSON data via {{ $json.items[0].description }} i was wondering if the can be code surrounding the formated output.
Thank you very much for your help!
BR Maximilian
Beta Was this translation helpful? Give feedback.
All reactions