# Pushing Airtable data to Google Docs template - all values in an array

**URL:** https://community.make.com/t/pushing-airtable-data-to-google-docs-template-all-values-in-an-array/79682
**Category:** Questions
**Tags:** airtable
**Created:** [April 22, 2025, 1:54pm UTC](https://community.make.com/t/pushing-airtable-data-to-google-docs-template-all-values-in-an-array/79682 "2025-04-22T13:54:37Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Simon\_Gray](https://avatars.discourse-cdn.com/v4/letter/s/9e8a1a/32.png) [@Simon\_Gray](https://community.make.com/u/Simon_Gray)
#### Post date: [April 22, 2025, 1:54pm UTC](https://community.make.com/t/pushing-airtable-data-to-google-docs-template-all-values-in-an-array/79682/1 "2025-04-22T13:54:37Z")

</div>

I am using a webhook attached to an Airtable button to grab the record ID of an Airtable record, using a webhook. I then grab the fields I want and create a Google Doc (from a template) with those values mapped. This works fine for the fields in the table I’m attaching to.

In Airtable I have a separate ‘narratives’ table containing a number of fields, like:

Subject, Detail, Created by, Date modified.

These present to the [make.com](http://make.com) scenario as an array. This is a one to many relationship, so 1 record in the main table can have many records in the ‘narratives’ table. The Airtable module in the scenario shows this:

Narratives

I need to bring these in to the Google Doc as a something approaching a table - i.e. repeat each linked Narrative as a row.

How might I go about this?

---

<div class="post-metadata">

### Author: ![samliew](https://dub1.discourse-cdn.com/flex013/user_avatar/community.make.com/samliew/32/13327_2.png) [@samliew](https://community.make.com/u/samliew)
#### Post date: [April 23, 2025, 4:02am UTC](https://community.make.com/t/pushing-airtable-data-to-google-docs-template-all-values-in-an-array/79682/2 "2025-04-23T04:02:54Z")

</div>

Tables, lists, and dynamic amounts of values are not supported when creating a document from a template.

You’ll have to use the “Make an API Call” module to add/modify tables of data.

Alternatively, you can build the table HTML using a Text Aggregator, but this means you cannot use the “Create a document from a template” module.

To do this, you can try using the Google Docs “ **Create a Document** ” module —

> Creates a new Google document by adding the content of HTML format.

For more information, see [https://www.make.com/en/integrations/google-docs](https://www.make.com/en/integrations/google-docs), and [https://www.make.com/en/help/app/google-docs](https://www.make.com/en/help/app/google-docs) in the help centre.

Hope this helps! Let me know if there are any further questions or issues.

— @samliew

P.S.: Investing some effort into the [Make Academy](https://academy.make.com) will save you lots of time and frustration using Make.

---

<div class="post-metadata">

### Author: ![Simon\_Gray](https://avatars.discourse-cdn.com/v4/letter/s/9e8a1a/32.png) [@Simon\_Gray](https://community.make.com/u/Simon_Gray)
#### Post date: [April 24, 2025, 1:04pm UTC](https://community.make.com/t/pushing-airtable-data-to-google-docs-template-all-values-in-an-array/79682/3 "2025-04-24T13:04:54Z")

</div>

Hello

Thanks for the reply but I think I’m quite a long way from understanding and perhaps [make.com](http://make.com) is not best suited to this use case.

Are there any examples anywhere that could show me this in action?

---

<div class="post-metadata">

### Author: ![Make\_Bot](https://dub1.discourse-cdn.com/flex013/user_avatar/community.make.com/make_bot/32/14661_2.png) [@Make\_Bot](https://community.make.com/u/Make_Bot)
#### Post date: [July 23, 2025, 1:12pm UTC](https://community.make.com/t/pushing-airtable-data-to-google-docs-template-all-values-in-an-array/79682/4 "2025-07-23T13:12:30Z")

</div>


