Skip to content
AskElephant Knowledge Base home

Project Created

Starts a workflow whenever a new project is created in Asana. Use it to kick off setup work, like adding standard sections or custom fields, as soon as a project exists.

Project Created node in the workflow builder

What It Does

Fires when a new project is created in your connected Asana workspace, and passes along the project's details as the workflow's starting context.

When It Fires

Use this to automate project setup, such as creating a standard set of sections or adding a client-tracking custom field the moment a new project appears. Narrow it with the filters below if you only want to react to projects that match certain criteria, such as a specific team.

Configuration

Configure the node with these settings:

Field

What it controls

Owner ID

Only fire for projects owned by this specific user GID.

Team ID

Only fire for projects belonging to this specific team GID.

Team Name

Only fire for projects on a team whose name contains this text.

Project Name Contains

Only fire for projects whose name contains this text.

Is Public

Only fire for projects matching this public or private status.

Outputs

The node passes these values downstream. Check the Outputs tab on the configured node to confirm exact paths.

Variable

Type

Description

Example

projectId

string

{{nodeId.projectId}}

projectName

string

{{nodeId.projectName}}

ownerName

string

{{nodeId.ownerName}}

teamName

string

{{nodeId.teamName}}

projectUrl

string

{{nodeId.projectUrl}}

createdAt

string

{{nodeId.createdAt}}

isPublic

boolean

{{nodeId.isPublic}}

dueDate

string

{{nodeId.dueDate}}

Example Workflow

When a new project is created on the "Client Services" team, a workflow uses Create Section to add "Onboarding," "Active," and "Complete" sections, then uses Create Custom Field to add a "Client Tier" dropdown.

  • Create Section

  • Create Custom Field

  • Find Project

Need More Help?

Reach the AskElephant support team by:

  • clicking the Support tab on the right side of your screen,

  • emailing [email protected],

  • or using @askelephant support in your dedicated Slack channel.