hi @v-bacao-msft,
I discovered a bug using the v2 version of the Todoist connector.
The trigger When a task is completed (V2) (Preview) returns this body
{
"content": "Stretching & Breathing",
"meta_data": null,
"user_id": 5123746,
"task_id": 3463747610,
"project_id": "2215864327",
"completed_date": "2019-11-05T08:35:51Z",
"id": "3356452419"
}
Consuming the result in a next step, into the property itemTaskId, I got the value of id, and not task_id.
I don't know what is id, but I need the task id.

The current error message is:

Could you please fix it?