# Send Multiple Rows

**URL:** https://community.glideapps.com/t/send-multiple-rows/78281
**Category:** Ask for Help
**Created:** [December 1, 2024, 5:53pm UTC](https://community.glideapps.com/t/send-multiple-rows/78281 "2024-12-01T17:53:28Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![danego](https://avatars.discourse-cdn.com/v4/letter/d/ba8739/32.png) [@danego](https://community.glideapps.com/u/danego)
#### Post date: [December 1, 2024, 5:53pm UTC](https://community.glideapps.com/t/send-multiple-rows/78281/1 "2024-12-01T17:53:28Z")

</div>

I need to send multiple rows from a database to another one. I have tried connecting a Webhook in Make and also in Zapier but I can’t make it work. Can someone help me please?

---

<div class="post-metadata">

### Author: ![MaximeBaker](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/maximebaker/32/80877_2.png) [@MaximeBaker](https://community.glideapps.com/u/MaximeBaker)
#### Post date: [December 1, 2024, 7:27pm UTC](https://community.glideapps.com/t/send-multiple-rows/78281/2 "2024-12-01T19:27:21Z")

</div>

You can use the new schedule workflow to loop in a table and copy the rows over to another table.

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [December 1, 2024, 11:41pm UTC](https://community.glideapps.com/t/send-multiple-rows/78281/3 "2024-12-01T23:41:54Z")

</div>

What databases are in play here?

---

<div class="post-metadata">

### Author: ![danego](https://avatars.discourse-cdn.com/v4/letter/d/ba8739/32.png) [@danego](https://community.glideapps.com/u/danego)
#### Post date: [December 2, 2024, 8:01am UTC](https://community.glideapps.com/t/send-multiple-rows/78281/4 "2024-12-02T08:01:39Z")

</div>

Here is the detailed explanation:

I have a list of items. (Glide database 1). I want my users to be able to select more than one at the same time and send them to another database (Glide database 2).

In Glide there is only Add Row, but not for multiple.

I have been reading that Make could be the easiest way (or maybe Zapier), but haven’t been successful on that.

Any help will be great help! 😁

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [December 2, 2024, 3:38pm UTC](https://community.glideapps.com/t/send-multiple-rows/78281/5 "2024-12-02T15:38:07Z")

</div>

> [@danego](#):
>
> I have a list of items. (Glide database 1). I want my users to be able to select more than one at the same time and send them to another database (Glide database 2).

Do you need to store them as different rows though? Would a comma-delimited list of item IDs work?

---

<div class="post-metadata">

### Author: ![danego](https://avatars.discourse-cdn.com/v4/letter/d/ba8739/32.png) [@danego](https://community.glideapps.com/u/danego)
#### Post date: [December 2, 2024, 4:30pm UTC](https://community.glideapps.com/t/send-multiple-rows/78281/6 "2024-12-02T16:30:46Z")

</div>

Yes, in different rows…

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [December 3, 2024, 12:37am UTC](https://community.glideapps.com/t/send-multiple-rows/78281/7 "2024-12-03T00:37:09Z")

</div>

How are you letting them “select” rows in the app?
