Skip to main content
Best answer

Saving multiple attachments in the same Airtable field


Hi there. Is there an update on saving multiple attachments in Airtable in the same field? I remember that it wasn’t possible two years ago, but maybe something changed? Is there a way of building an array of objects to push to Airtable (that’s what the Airtable API requires for attachment fields). Thanks!

Best answer by Troy Tessalone

Hi @Rupert Hoffschmidt 

Good question.

The Zap logic needs to work like this…

  • Action: Airtable - Find Record
  • Action: Airtable - Update Record
    • Include existing files
      • Example: [NEW FILE], [EXISTING FILES]

 

View original
Did this topic help you find an answer to your question?
This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

2 replies

Troy Tessalone
Forum|alt.badge.img+14
  • Zapier Expert
  • 31408 replies
  • Answer
  • May 23, 2022

Hi @Rupert Hoffschmidt 

Good question.

The Zap logic needs to work like this…

  • Action: Airtable - Find Record
  • Action: Airtable - Update Record
    • Include existing files
      • Example: [NEW FILE], [EXISTING FILES]

 


Thanks Troy! I forgot the comma before 🙄 Thank you!