You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm trying to use the Template functionality of QuickAdd.
I created my template and a new template action in QuickAdd with file name format {{DATE}} {{VALUE:myvalue}}. It works as intended, QuickAdd asks me for myvalue and correctly puts it in the file name. However, I also need to use this variable inside the file. I tried adding the following inside my template:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I'm trying to use the Template functionality of QuickAdd.
I created my template and a new template action in QuickAdd with file name format
{{DATE}} {{VALUE:myvalue}}
. It works as intended, QuickAdd asks me formyvalue
and correctly puts it in the file name. However, I also need to use this variable inside the file. I tried adding the following inside my template:But this makes it ask for
myvalue
twice. And if I removeinputPrompt()
it errors out because it has nothing to return.Any way to make it work properly?
Beta Was this translation helpful? Give feedback.
All reactions