# Is there anyway to SCAN QR CODE using Barcode scanner?

**URL:** https://community.glideapps.com/t/is-there-anyway-to-scan-qr-code-using-barcode-scanner/38918
**Category:** Ask for Help
**Created:** [February 24, 2022, 3:10pm UTC](https://community.glideapps.com/t/is-there-anyway-to-scan-qr-code-using-barcode-scanner/38918 "2022-02-24T15:10:20Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Hassan\_Nadeem](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/hassan_nadeem/32/72956_2.png) [@Hassan\_Nadeem](https://community.glideapps.com/u/Hassan_Nadeem)
#### Post date: [February 24, 2022, 3:10pm UTC](https://community.glideapps.com/t/is-there-anyway-to-scan-qr-code-using-barcode-scanner/38918/1 "2022-02-24T15:10:20Z")

</div>

Hi, I am making an app where the cleaners can scan the room in a hotel to see the last time it was cleaned.

I have made a sheet with list of all rooms, along with their barcode number. Then made a separate glide sheet with a user-specific column for barcode scan button. I made a relationship of barcode column with room number sheets and then added a “SCAN BARCODE” button on home screen with added customized action of “VIEW DETAIL RELATION SCREEN” and I can see the details of that room.

The only problem is, my client needs a QR CODE ☹ . How can I achieve that?

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [February 24, 2022, 3:13pm UTC](https://community.glideapps.com/t/is-there-anyway-to-scan-qr-code-using-barcode-scanner/38918/2 "2022-02-24T15:13:03Z")

</div>

The barcode scanner only scan linear barcodes.

---

<div class="post-metadata">

### Author: ![Hassan\_Nadeem](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/hassan_nadeem/32/72956_2.png) [@Hassan\_Nadeem](https://community.glideapps.com/u/Hassan_Nadeem)
#### Post date: [February 24, 2022, 3:13pm UTC](https://community.glideapps.com/t/is-there-anyway-to-scan-qr-code-using-barcode-scanner/38918/3 "2022-02-24T15:13:42Z")

</div>

I just realized that. Is there any other way to achieve that?

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [February 24, 2022, 3:20pm UTC](https://community.glideapps.com/t/is-there-anyway-to-scan-qr-code-using-barcode-scanner/38918/4 "2022-02-24T15:20:25Z")

</div>

Not strictly within glide. You would probably have to use the image picker to upload an image of the barcode and integrate a third party process to read and return the result of that QR code. Or, you would have to use a third party scanning app that can update your tables.

> [@QR code scanner demo](https://community.glideapps.com/t/qr-code-scanner-demo/11620):
>
> URL: [https://qrcode.glideapp.io/](https://qrcode.glideapp.io/) There a been a number of posts regarding QR code scanner functionality. A native Glide QR code scanner would be very beneficial - so this app is just a kind of workaround. @Zhijing_Eu made a great presentation earlier on (and I forgot which service he used so I started a search for a QR code decoder myself and ended up with the same as him crazy_face ) Inspiration was also coming from this thread The app makes use of two scripts (one for pulling…

> [@Inventory scanner - using barcodes](https://community.glideapps.com/t/inventory-scanner-using-barcodes/18717):
>
> URL: [https://inventory-scanner.glideapp.io/](https://inventory-scanner.glideapp.io/) Created another app taking advantage of barcodes. If we had a native barcode scanner in Glide - that would make us go ballistic - but until then… @mark - would you like to see us go ballistic smiley The app has already a few barcodes registrered if you want to play around. [Boots] [helmet] [Lake] [Large house]

---

<div class="post-metadata">

### Author: ![Hassan\_Nadeem](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/hassan_nadeem/32/72956_2.png) [@Hassan\_Nadeem](https://community.glideapps.com/u/Hassan_Nadeem)
#### Post date: [February 24, 2022, 3:25pm UTC](https://community.glideapps.com/t/is-there-anyway-to-scan-qr-code-using-barcode-scanner/38918/5 "2022-02-24T15:25:38Z")

</div>

I always prefer to add features that are within glide. The best solution for me is to convince my client to switch to BARCODES ☹ , or convince the glide team to add QR CODE scanner option very soon ☹

---

<div class="post-metadata">

### Author: ![Sean\_Martin](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/sean_martin/32/57816_2.png) [@Sean\_Martin](https://community.glideapps.com/u/Sean_Martin)
#### Post date: [February 24, 2022, 6:02pm UTC](https://community.glideapps.com/t/is-there-anyway-to-scan-qr-code-using-barcode-scanner/38918/6 "2022-02-24T18:02:05Z")

</div>

@Hassan_Nadeem we don’t have plans to add QR Code scanning at the moment. However, Dynamsoft ([Dynamsoft Barcode Reader SDK online store](https://www.dynamsoft.com/store/dynamsoft-barcode-reader/)) has a QR Code scanner that can work with Glide. You are able to purchase plans directly through them. If you decide this is a good option please PM before hand so I can ensure you have the appropriate subscription and use case for it to work with Glide.
