# Need advice / help to implement search in drop down and input of value is not present

**URL:** https://community.glideapps.com/t/need-advice-help-to-implement-search-in-drop-down-and-input-of-value-is-not-present/75418
**Category:** Ask for Help
**Created:** [August 5, 2024, 6:01am UTC](https://community.glideapps.com/t/need-advice-help-to-implement-search-in-drop-down-and-input-of-value-is-not-present/75418 "2024-08-05T06:01:02Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Dilip\_Adiga](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/dilip_adiga/32/60330_2.png) [@Dilip\_Adiga](https://community.glideapps.com/u/Dilip_Adiga)
#### Post date: [August 5, 2024, 6:01am UTC](https://community.glideapps.com/t/need-advice-help-to-implement-search-in-drop-down-and-input-of-value-is-not-present/75418/1 "2024-08-05T06:01:02Z")

</div>

Hi Guys,

I have a requirement where I will use a drop down to search for names available in my Database

EX: There will be a drop down element which will search for names in my “Name” column of my DB.

But if there is no name present I should be able to add this name, is there a way I can have this functionality by using the drop down element?

What would be the best approach to this problem?

Thank you in advance

Regards,  
Dilip

---

<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: [August 5, 2024, 11:18pm UTC](https://community.glideapps.com/t/need-advice-help-to-implement-search-in-drop-down-and-input-of-value-is-not-present/75418/2 "2024-08-05T23:18:55Z")

</div>

Not with the dropdown element.

If it’s a form and you want to add a new record, add a text entry pointing to the same field.

If it’s not a form, please specify your use case.

---

<div class="post-metadata">

### Author: ![Dilip\_Adiga](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/dilip_adiga/32/60330_2.png) [@Dilip\_Adiga](https://community.glideapps.com/u/Dilip_Adiga)
#### Post date: [August 6, 2024, 3:26am UTC](https://community.glideapps.com/t/need-advice-help-to-implement-search-in-drop-down-and-input-of-value-is-not-present/75418/3 "2024-08-06T03:26:48Z")

</div>

Thank you for your reply @ThinhDinh

It will be a form (I am assuming by form you mean Adding new element)

Basic use case is I first search wether same name is present, If its present I add record to that name

If its not present I create a new record and then add things to it

Regards,  
Dilip
