# Array from JSON webhook into multiple rows Google Sheets

**URL:** https://community.make.com/t/array-from-json-webhook-into-multiple-rows-google-sheets/38353
**Category:** Questions
**Tags:** google-sheets, arrays, webhooks
**Created:** [May 22, 2024, 12:46am UTC](https://community.make.com/t/array-from-json-webhook-into-multiple-rows-google-sheets/38353 "2024-05-22T00:46:16Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Rick\_Donald](https://avatars.discourse-cdn.com/v4/letter/r/eb9ed0/32.png) [@Rick\_Donald](https://community.make.com/u/Rick_Donald)
#### Post date: [May 22, 2024, 12:46am UTC](https://community.make.com/t/array-from-json-webhook-into-multiple-rows-google-sheets/38353/1 "2024-05-22T00:46:16Z")

</div>

Hello,

I am try to get details from a form that send to a webhook to enter the data onto multiple new rows in a google sheet.

Current have;

 ![image](https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/d/a/dafd8490e7f2c975d24b041d0cebcb4907edcfd9.png)

However, it only returns the visit array of data.

Webook Data  
 ![image](https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/1/d/1df499c2972aad2307bba3e209cadd03ef76ac06.png)

JSON Data

 ![image](https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/0/9/09418d608007ef8410862a82cdda4205c65da3ac.png)

Shows in Google Sheets  
 ![image](https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/d/6/d64d5228aade249927c9c2460f6be3de81d41954.png)

I have tried a repeater with no success. Glad of any suggestions.

---

<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: [May 22, 2024, 2:53am UTC](https://community.make.com/t/array-from-json-webhook-into-multiple-rows-google-sheets/38353/2 "2024-05-22T02:53:13Z")

</div>

Welcome to the Make community!

When you want to process each item of an array individually, you need to use an **Iterator** module.

Not a **repeater** module, which deals with number incrementing.

Here are some useful links and guides you can use to learn more on how to use the Make platform, apps, and app modules. I found these useful when I was learning Make, and hope they might benefit you too —

### General

- [Help Center](https://www.make.com/en/help) | [Tutorials](https://www.make.com/en/help/tutorials.html)
- [Make Academy](https://academy.make.com) – learn Make and get your certificate
- [Discord Server](https://samliew.com/make-discord-invite) – join us in live chat for fans of Make!

### Help Center Basics

- [Mapping](https://www.make.com/en/help/mapping/mapping) – What is mapping? What can I map?
- [Mapping with arrays](https://www.make.com/en/help/mapping/mapping-arrays) – How to map items in an array
- [Aggregate an array for mapping complex fields](https://www.make.com/en/help/tools/flow-control#customizing-the-output)
- [Tokens for `parseDate`](https://www.make.com/en/help/functions/tokens-for-date-time-parsing) | [Tokens for `formatDate`](https://www.make.com/en/help/functions/tokens-for-date-time-formatting)
- [HTTP modules](https://www.make.com/en/help/tools/http) – Make a request, Get (download) a file
- [Webhooks](https://www.make.com/en/help/tools/webhooks) – Error Handling, Responding to webhooks

### Articles & Videos

- [Router Magic Formula](https://www.youtube.com/watch?v=4Q-5BsCtJu4) - YouTube
- [Error Handlers in Make](https://www.youtube.com/playlist?list=PLRE9E-rAD8U10mx2TRs54Nq1XJDdK9Kx4) - YouTube playlist
- [Getting started with OpenAI](https://community.make.com/t/getting-started-with-openai-gpt-3-and-make/7796)
- [How to use Regex in Make](https://community.make.com/t/how-to-use-regex-in-make/202)

[samliew](https://samliew.com/services) – [request private consultation](https://samliew.com/request-quote?ServiceType=Automation%20Consultation&Referrer=Make)

> Join the unofficial [Make Discord server](https://samliew.com/make-discord-invite) to chat with other makers!

---

<div class="post-metadata">

### Author: ![Rick\_Donald](https://avatars.discourse-cdn.com/v4/letter/r/eb9ed0/32.png) [@Rick\_Donald](https://community.make.com/u/Rick_Donald)
#### Post date: [May 22, 2024, 4:14am UTC](https://community.make.com/t/array-from-json-webhook-into-multiple-rows-google-sheets/38353/3 "2024-05-22T04:14:32Z")

</div>

Thanks. That worked perfectly. I was just getting confused reading through different articles that have more data etc.

Appreciate your time.

---

<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: [June 5, 2024, 4:19am UTC](https://community.make.com/t/array-from-json-webhook-into-multiple-rows-google-sheets/38353/4 "2024-06-05T04:19:03Z")

</div>


