-
I would like to input the file name from the prompt and rename the file by using Templater. This is what I put <%* title = tp.system.prompt ("Please enter a value") %> and result of the file name is "[object Promise]a" Do anyone know why? |
Beta Was this translation helpful? Give feedback.
Answered by
AB1908
Jun 18, 2022
Replies: 1 comment 1 reply
-
You need to |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
yinlokc
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need to
await
both the prompt and the rename.