Best answer

Select owner in Airtable using member name from Trello?

  • 30 September 2021
  • 3 replies
  • 34 views

I’m setting up a Zap that is triggered by any card being dropped into an In Progress list in Trello.

That trigger then creates a new record in an Airtable base. That’s easy enough to set up as a Zap.

But I can’t figure out how to get the Trello Member Name to populate the new Airtable record in a column named owner.

The only option I could see was mapping a Trello field named Member IDs (or something like that) to the Owner column in Airtable.

I’d like the Airtable record to display the actual Member name on the Trello card, not the ID.

Is there anyway to achieve this? If the Member ID route is the only option, is there a way in Airtable you know of to map a set of names to specific Trello Member IDs?

Thank you for your help! Loving Zapier so far.

icon

Best answer by robschmidt 30 September 2021, 03:21

View original

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

3 replies

Userlevel 7
Badge +9

Hi @Nathan Hamilton 

If the trigger doesn’t give you member name, you have two options to get that:

  1. Use a lookup table from Formatter>Utilities and save all the members IDs and names there. So zapier can find members’ name based on their IDs
  2. Use API: Using Trello’s API & Zapier’s webhook by zapier action you can find member name from their IDs: https://developer.atlassian.com/cloud/trello/rest/api-group-members/#api-members-id-get
Userlevel 7
Badge +14

Hi @Nathan Hamilton 

Here’s a help article about how to use the Formatter > Utilities > Lookup Table: https://zapier.com/help/create/format/create-lookup-tables-in-zaps

 

Same concept of a lookup table can be done with a GSheet Lookup Row action or an Airtable Find Row action.

GSheets: https://zapier.com/apps/google-sheets/integrations#triggers-and-actions

Airtable: https://zapier.com/apps/airtable/integrations#triggers-and-actions

Thank you. The lookup utility was the right solution.