Skip to main content
Question

Asana custom fields not showing in "Insert Data" section when trying to map in Google Sheet columns

  • August 27, 2023
  • 6 replies
  • 174 views

camcooper

Hello!

 

I’m trying to create a zap where when a new Asana task is inputed in a particular section it will be added to a Google Sheet tab. We have quite a few custom fields in Asana but when I try to search for them in the Google Sheets action, it only shows things like “Data Custom Fields Enum Value Name”, “Data Custom Fields Display Value”, etc.

Is it typical for Zapier not having the ability to identify/pull the exact custom field?

 

I don’t think I’ll be able to share images as the data is confidential but happy to provide more context.

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

6 replies

Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • August 27, 2023

Hi @camcooper 

Good question.

I believe the Asana Custom Fields get treated as an array of objects.

e.g. “Data Custom Fields Display Value” would contain all the Display Values for the Custom Fields.

Usually that means Formatter or Code steps have to be used to isolate the desired custom field value.


camcooper
  • Author
  • Beginner
  • August 28, 2023

Hi @Troy Tessalone thank you for the info! Let’s say a field name was something like Item_ID if i used Formatter to parse that field name an inputed to a particular column, would Zapier know to pull anything under that field name since the Formatter really only parsed out the text?


Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • August 28, 2023

@camcooper 

You have to essentially combine 2 arrays Item ID and Item Value to create a new variable for Item ID which has a value to then map into the following Zap steps.

 

e.g. Custom Field arrays as pre-parsed by Zapier.

Label: A,B,C

Value: 1,2,3

 

If you wanted Label A that has a value of 1.

Then logic needs to be applied to create a new variable called A that has a value of 1.


camcooper
  • Author
  • Beginner
  • September 16, 2023

@Troy Tessalone sorry for the delay on this! Is there any example Zaps you may be able to share that could help get me started with the configurations?


Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • September 16, 2023

@camcooper 

This can be done with a Code step which is an advanced approach.


Dconnors
  • New
  • March 7, 2024

Hi @camcooper Did you figure out a workaround for this?