I am having some trouble adding tasks to a List within Microsoft To Do. Here is my workflow:
- Get Order from WooCommerce
- Create a List within Microsoft To Do, the List name is the WooCommerce Order number
- Send Order Information to Google Sheets.
This is fine it works. But what i would like is for the order number to be the list name and the items within the order to be tasks within the list. When i try to use the Zap create an task, i get a 400 error even if i use the same parameter of the order number being the list is want to add tasks to.
Something like this:
- Get Order from WooCommerce
- Create a List within Microsoft To Do, the List name is the WooCommerce Order number
- Create task for Line Items within List just created
- Send Order Information to Google Sheets.
If I try this method i get the 400 error and the zap stops. I even tried a delay but that didn’t work. I also tried creating another zap that would trigger when the line items are added to the spreadsheet, but i still got 400 error on that as well.
Its almost like the List name isn’t properly seen by the zap and it can’t figure out where to put the task.
Any ideas/suggestions?