Cant apply second template to a newly created note #1349
-
Hi all
As a result: note - created, first template - applied, second template - doesn't Debugging I see that template2 founded successfully. What I did wrong? |
Beta Was this translation helpful? Give feedback.
Answered by
MikeKholomeev
Mar 31, 2024
Replies: 1 comment
-
Replacing |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
MikeKholomeev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Replacing
await tp.file.include(template2)
withtR += await tp.file.include(template2)
did the trick.