Asana - Get teams by workspace

Use the Asana - Get teams by workspace action A tool for building the processes, logic, and direction within workflows. to list the teams in the selected workspace.

For more information about Asana go to Asana.

Configure the Asana - Get teams by workspace

  1. Add the action to the workflow and open the action configuration panel. For more information, see Add, rename, and copy actions.

  2. Select a Connection. If you do not have a connection, see Add a connection.
  1. Select the Workspace that you want to return a list of teams for.

Asana - Get teams by workspace action fields and settings

Section Field Description Variable types

(unlabeled)

Connection Credentials and other settings required to pass data between the workflow and the indicated service, which could be a cloud service, business application, or content store.

The Asana connection used to get the workspace that the teams are part of.

To refresh the available connections, click .

(n/a)

 

Workspace

The workspace that the teams are part of. This list is populated based on the connection you chose. A workspace is the highest-level organizational unit in Asana. Every project and team is associated with a workspace.

Text, Decimal, Integer, Boolean, DateTime, Collection

 

Item limit

The maximum number of results to return.

Integer

 

Page token

The page token returned in a previous Get teams by workspace query used to return the next page of results. If you leave this field empty, the first page of results is returned. If the number of results is less than the selected Item limit, the Teams result will not include a page token.

Text, Decimal, Integer, Boolean, DateTime, Collection

Output Teams

Variable to store the list of teams as an object for use later in the workflow.

This list shows all fields for the Teams object, that contains the following properties:

  • Teams: (Collection) A collection of team names and IDs.
    • ID: (Text) A unique ID for the team.
    • Name: (Text) The team's name.
  • Next page: (Object) An object containing the page token.
    • Page token: (Text) The token to use for the next page of results.
Object