Failing to create task in my tasks (in Power Automate)

I’m trying to create a new tasks in “my tasks” by using the my tasks ID from the url as project id. I’m doing this using the asana integration for in Power Automate. The flow succeeds with any other project ID but not the my asks project ID. It is giving me a Bad Request error saying projects: [0]: Not a valid object. However, I am sending the correct project ID, not 0.

What am I missing?

Are you giving an array of IDs and not just an ID?

Are you using HTTPS Request to create the tasks?


I hope this helps