This topic was automatically generated from Slack. You can find the original thread here.
Hi! I’m noticing that Todoist’s recurring tasks don’t show up as done with the completed-task trigger. This was working beforehand. I would mark a Todoist recurring task as done and the trigger would run on my automation. But something changed recently. Can I get some help?
hey , if you’ve not received a reply here, the best way would be to raise an issue on pipedream’s github
The issues get prioritised and you can see real-time updates as to whats going on.
However, I was able to repro this issue and seems like the issue is only for recurring tasks, since Todoist does not mark recurring tasks as “completed” and only pushes the due date every time the previous due date is met. This is basically due to a change in behaviour with the Todoist api. It worked for you earlier because the Todoist connector was using the legacy Sync api and a couple of months back the pipedream Todoist connector was migrated to use the Todoist v1 api which does not have this legacy behaviour.