Variables in template filename doesn’t work after Shortcuts callback
A
Arsenty
started a topic
over 2 years ago
I have template with dynamically filename via variables, when i use it in beorg app it works, but not when i send x-callback from ios shortcuts app. Looks like variables escaping, see screenshot.
Thanks for reporting this. I've made a note to look into what is happening here.
J
J Qikstart
said
about 1 month ago
This still appears to be an issue with url callback. The variables in filenames work just fine internally when using a template. For instance it will add a task to the file with this name:
“Daily 2023-10-07”
When using a callback link the task is imported to a file with this name (using the same template):
“Daily %year%-%month%-%day%”
M
Matthew Kennard
said
about 1 month ago
If you can show a screenshot with the callback URL you've configured your shortcut with I'll take a look at this.
Arsenty