Trying to set up a flow to create a Onenote page when I add a task in Asana, and the API call is not finding the workspace selected. I have tried all the drop down listings as well as custom inputs for the input fields and keep getting the same error.
{
"errors": [
{
"message": "Must specify exactly one of project, tag, or assignee + workspace",
"help": "For more information on API status codes and how to handle them, read the docs on errors: https://asana.com/developers/documentation/getting-started/errors"
}
]
}Also this flow fails with no new data after I have created new test tasks. Not sure whats causing this to happen infrequently.
{
"Date": "Sun, 23 Jul 2017 07:49:18 GMT",
"Location": "https://msmanaged-na.azure-apim.net/apim/asana/c79dbaef-adfe-43a8-9fb8-0caa-48430aa0/new_task_trigger/tasks?workspace=46121062382272&project=239312672556100&opt_fields=id,created_at,modified_at,name,notes,assignee.id,assignee.name,completed,assignee_status,completed_at,due_on,due_at,projects.id,projects.name,tags,workspace.id,workspace.name,num_hearts,parent,hearted,hearts,memberships×tamp=2017-07-23T07:49:59.693Z",
"Server": "Microsoft-HTTPAPI/2.0",
"Content-Length": "0"
}