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
Describe the bug
Hello! There's an issue in the Todoist integration that causes it to create multiple copies of the same task when it receives multiple items.
I believe the problem is related to a recent refactor. Notice how CreateHandler's handleOperation function expects an itemNumber (first link) and that the itemNumber is hardcoded as 0 (second link):
Describe the bug
Hello! There's an issue in the Todoist integration that causes it to create multiple copies of the same task when it receives multiple items.
I believe the problem is related to a recent refactor. Notice how
CreateHandler
'shandleOperation
function expects anitemNumber
(first link) and that theitemNumber
is hardcoded as0
(second link):https://github.com/n8n-io/n8n/pull/3074/files#diff-7569657bb643f975e22272d9c9b11a255a0ce409845a59a2e0605f55c5b59354R10-R12
https://github.com/n8n-io/n8n/pull/3074/files#diff-10b0852fb2ddcadcdfd9bc00e6718fa0e8eea340f32fba38cf8e0a404551e1adR18-R20
To Reproduce
Steps to reproduce the behavior:
Expected behavior
X number of items get created with unique details
Environment (please complete the following information):
Additional context
N/A
The text was updated successfully, but these errors were encountered: