# No Duplicar Registros

**URL:** https://community.glideapps.com/t/no-duplicar-registros/55417
**Category:** Ask for Help
**Created:** [December 5, 2022, 4:09am UTC](https://community.glideapps.com/t/no-duplicar-registros/55417 "2022-12-05T04:09:27Z")
**Posts on this page:** 1
**Showing post:** 2

<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: [December 5, 2022, 4:14am UTC](https://community.glideapps.com/t/no-duplicar-registros/55417/2 "2022-12-05T04:14:38Z")

</div>

To avoid duplicate items being created, you need to use a [Custom Form](https://community.glideapps.com/t/how-do-i-create-a-custom-form/25014).

To detect duplicate items:

- Create a multiple relation column that matches the column for which you want to detect duplicates to itself.
- Create a rollup column that does a count through the multiple relation
- Any row in the rollup that returns a count greater than 1 is a duplicate

---

_[View the full topic](https://community.glideapps.com/t/no-duplicar-registros/55417)._
