What is your goal?
I use Make and Airtable.
I’d like to generate a single Google Doc that lists all my records (clients) with their different statuses.
I’d like my Google Doc template to automatically populate based on the number of clients.
For example, if I have 5 clients, I want 5 rows.
1 Like
Hey there,
Is it a table you are populating? Or is it free text. Cause the second one is easily achievable with a text aggregator. The first one will need an API call to add rows to a table.
Indeed, it is a table I would like to populate with data from Airbable. I thouht I could be able to manage it with the array aggegator module.
Here:
This is the endpoint you are looking for. And you should be able to do it with an iterator, yes.