# Find Duplicate Entry

**URL:** https://community.glideapps.com/t/find-duplicate-entry/63006
**Category:** Ask for Help
**Created:** [June 21, 2023, 10:13am UTC](https://community.glideapps.com/t/find-duplicate-entry/63006 "2023-06-21T10:13:32Z")
**Posts on this page:** 1
**Showing post:** 4

<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 21, 2023, 10:54am UTC](https://community.glideapps.com/t/find-duplicate-entry/63006/4 "2023-06-21T10:54:54Z")

</div>

> [@Freek\_Stegmann](#):
>
> What I need is for the data to be checked and compared before it is saved to the database to preserve capacity and for an error message to pop out stating it’s a duplicate capture.

Okay, in that case you will need to use a [Custom Form](https://community.glideapps.com/t/how-do-i-create-a-custom-form/25014), and have the Cloud Vision results written to a User Specific column. You can then extract the value that you need and use it to build a relation to your existing data. If that relation is not empty, then you have a duplicate and you can present an error message and prevent form submission.

---

_[View the full topic](https://community.glideapps.com/t/find-duplicate-entry/63006)._
