Skip to main content
asana.createCustomField creates a custom-field definition in an Asana workspace.
automations/asana-create-custom-field.automation.ts
Provide workspaceId, name, and subtype. enum and multi_enum fields also require at least one enumOptions entry with a name and optional color or enabled state. Other optional formatting inputs are description, format, precision, currencyCode, and customLabel. Optional second argument { account } selects a named Asana binding. Returns the created custom field. Use the enum-option actions after creating an enum or multi_enum field.