Using todo.update_item when two tasks have the same description

My wife and I both have a daily recurring task in our household Todoist project called “Multi Vitamin.”

It appears that the only way to “complete” the task using the todo.update_item service is to target the task and mark it complete based upon the contents of the “content” attribute, i.e., the task description.

If I create a custom button with a tap_action to mark the “Multi Vitamin” task “complete,” both are marked complete.

The unique identifier that I need to check against is the attribute “responsible_uid” which would allow me to complete just that person’s task.

Can the todo.update_item service target a specific task in the todo list based upon more than just the task description?

1 Like