# How can WeWeb read DB (Xano)?

**URL:** https://community.weweb.io/t/how-can-weweb-read-db-xano/4417
**Category:** How do I?
**Created:** [September 18, 2023, 2:22pm UTC](https://community.weweb.io/t/how-can-weweb-read-db-xano/4417 "2023-09-18T14:22:39Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![monicaamb](https://avatars.discourse-cdn.com/v4/letter/m/e68b1a/32.png) [@monicaamb](https://community.weweb.io/u/monicaamb)
#### Post date: [September 18, 2023, 2:22pm UTC](https://community.weweb.io/t/how-can-weweb-read-db-xano/4417/1 "2023-09-18T14:22:39Z")

</div>

Hello,

I have a field where clients can enter a coupon and my idea is that Xano DB read if this value is in the DB table.

If it is, the client can continue doing the form; if not it will appear an error message.

Thank you in advanced.

---

<div class="post-metadata">

### Author: ![jaredgibb](https://avatars.discourse-cdn.com/v4/letter/j/ecd19e/32.png) [@jaredgibb](https://community.weweb.io/u/jaredgibb)
#### Post date: [September 19, 2023, 10:37am UTC](https://community.weweb.io/t/how-can-weweb-read-db-xano/4417/2 "2023-09-19T10:37:29Z")

</div>

Have you installed the xano plugin?

---

<div class="post-metadata">

### Author: ![monicaamb](https://avatars.discourse-cdn.com/v4/letter/m/e68b1a/32.png) [@monicaamb](https://community.weweb.io/u/monicaamb)
#### Post date: [September 19, 2023, 11:46am UTC](https://community.weweb.io/t/how-can-weweb-read-db-xano/4417/3 "2023-09-19T11:46:12Z")

</div>

I have already connected Xano so I know how to get, post… data but not the situation I propose now

---

<div class="post-metadata">

### Author: ![AJAW](https://avatars.discourse-cdn.com/v4/letter/a/eb8c5e/32.png) [@AJAW](https://community.weweb.io/u/AJAW)
#### Post date: [September 19, 2023, 10:19pm UTC](https://community.weweb.io/t/how-can-weweb-read-db-xano/4417/4 "2023-09-19T22:19:09Z")

</div>

You will need a endpoint in xano for searching the coupons.

Then you can either create a collection and fetch it when user types something in the form (remember to put debouce otherwise youll spam the API)

Or in the workflow use the “Request” action from xano.

---

<div class="post-metadata">

### Author: ![Joyce](https://sea2.discourse-cdn.com/flex016/user_avatar/community.weweb.io/joyce/32/13232_2.png) [@Joyce](https://community.weweb.io/u/Joyce)
#### Post date: [September 25, 2023, 3:24pm UTC](https://community.weweb.io/t/how-can-weweb-read-db-xano/4417/5 "2023-09-25T15:24:39Z")

</div>

Hi @monicaamb 👋

This [video tutorial](https://academy.weweb.io/build-a-proof-of-concept/filter-a-list-search/) might help you implement @AJAW’s suggestion.

We are demonstrating with a Xano database using the REST API plugin but the logic will be similar (and even easier!) with the Xano data source plugin 🙂
