Hey Vinc, sorry you’re having issues with Flow. I was just able to successfully set up one of the templated workflows. Two things come to mind that may be causing the issue for you:
-
You may be trying to sync a project (or workspace depending on the flow) that is too large. Depending on how Microsoft wrote the code, it could time out if there are too many tasks and/or subtasks in the project. I suggest testing with a smaller project.
-
Another possibility is that you don’t have an accurate IDs. You can get task and project IDs from the URL in the product. If you click on a project the URL will look like “Log in - Asana”. The number is the project ID. If you click on a task, the second number in the URL will be the task number and it will look like “Log in - Asana”. To get your workspace ID, you need to use the Asana API. The simplest way to do so is with the API explorer. To use it, go to the API docs, scroll to the top and click the “Explorer” tab, Authorize, then scroll to the bottom and press Submit. This will return the names and IDs of your workspaces.
Hopefully one of those two suggestions fixes the problem for you. If not, I suggest checking with Flow’s support as they built the integration.
.