# How do I duplicate multiple related records

**URL:** https://community.glideapps.com/t/how-do-i-duplicate-multiple-related-records/61533
**Category:** Ask for Help
**Created:** [May 9, 2023, 2:15pm UTC](https://community.glideapps.com/t/how-do-i-duplicate-multiple-related-records/61533 "2023-05-09T14:15:08Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![\_eric](https://avatars.discourse-cdn.com/v4/letter/_/5f9b8f/32.png) [@\_eric](https://community.glideapps.com/u/_eric)
#### Post date: [May 9, 2023, 2:15pm UTC](https://community.glideapps.com/t/how-do-i-duplicate-multiple-related-records/61533/1 "2023-05-09T14:15:08Z")

</div>

What is the best way to go about duplicating multiple related records at once?

So for example if I had an invoice (invoice database) and in the invoice there were multiple product line items (line item database). What is the best way to duplicate the invoice and related line items at once?

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [May 9, 2023, 2:17pm UTC](https://community.glideapps.com/t/how-do-i-duplicate-multiple-related-records/61533/2 "2023-05-09T14:17:27Z")

</div>

I would send a webhook to Make, and then use Make to insert the records via the Glide API.
