# Need Help Syncing IDs Between MySQL and Glide Tables

**URL:** https://community.glideapps.com/t/need-help-syncing-ids-between-mysql-and-glide-tables/74386
**Category:** Ask for Help
**Created:** [June 26, 2024, 8:14am UTC](https://community.glideapps.com/t/need-help-syncing-ids-between-mysql-and-glide-tables/74386 "2024-06-26T08:14:33Z")
**Posts on this page:** 1
**Showing post:** 12

<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: [June 26, 2024, 10:21am UTC](https://community.glideapps.com/t/need-help-syncing-ids-between-mysql-and-glide-tables/74386/12 "2024-06-26T10:21:03Z")

</div>

Are you sure you aren’t adding two rows to the first table?

👇

> [@Darren\_Murphy](#):
>
> oh, and by the way - you mentioned earlier that you are using a Form Container. A form container (or any type of add form) will add a new row when it is submitted. So if you are using an onSubmit action to add a row to the same target table you will end up with duplicate rows. Assuming the action you showed above is an onSubmit action, you should only be adding a row to the second table, because the first table will already have a row added through the form submission.

---

_[View the full topic](https://community.glideapps.com/t/need-help-syncing-ids-between-mysql-and-glide-tables/74386)._
