AppSheet changing QRCode Image

I am trying to implement a functionality to access a detailed view of a table by reading a QR Code. I used the link below as a reference for this implementation:

Show More

Scan barcode with your native mobile camera and jump to target view

After several tests with negative results, I noticed that the QR Code image generated in the application is completely different from the QR Code generated by the API.

QR CODE API APPSHEET

![Thales_Taranto_0-1705076323250.png
250x250](upload://iqHcKsefSKe6GLxbvlIe4YcWHJv.png)




1 Like

You need to encode the text that you are using in order to keep the parameters in the url

1 Like

The url is already encoded as bellow:

https://api.qrserver.com/v1/create-qr-code/?data=https%3a%2f%2fwww.appsheet.com%2fstart%2fdce81273-c6cc-45ca-a0fd-e582aa5e9937%23control%3dPrateleiras_Detail%26row%3d8f5d37fe&size=100x100&margin=5

This is another API as i thought it would be an API problem but it’s not working at any of then.

Well, your url is returning the right QR

1 Like

Yeah but if i create a column that has an Image type on appsheet, and place this url as data the image that shows on the app is not the right one. :sob: