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

 

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 APIAPPSHEET
Thales_Taranto_0-1705076323250.png

 

Thales_Taranto_1-1705076341808.png

 

 

 
1 4 132
4 REPLIES 4

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

The url is already encoded as bellow:

https://api.qrserver.com/v1/create-qr-code/?data=https%3a%2f%2fwww.appsheet.com%2fstart%2fdce81273-c...

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

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. ๐Ÿ˜ญ

Top Labels in this Space