Description
tasks are created truncated, i.e. if I type in "Visit grandpa in Kansas", I get a task created that says "Visit g"
Steps to reproduce
Steps to reproduce the behavior:
- Alfred input todo
- Hit enter to create task before the parsing is complete.
- The created task is created truncated
Expected:
I would expect the task to be created as typed in.
Additional context
Add any other context about the problem here.
I primarily (almost exclusively) use the workflow to add todoist tasks quickly into my Inbox as they come to my mind - they could be anything, and it's easy to just hit my Alfred hotkey, type them in, and hit enter.
Unfortunately, it looks like the parsing of the workflow is slighly delayed, as I frequently get tasks created in my Inbox that say something like "Complete t" or "do the " (which are ultimately useless because they don't contain the info I typed in).
If I wait for half a second for parsing to complete, the problem doesn't happen, but that is incompatible with the way I heavily utilize this workflow. Is there a way to have parsing only happen after you hit enter instead of as you type it in?