QR Code Display

Hello developers.

Currently I’m able to generate QR codes through the Google API in my Sheets. After reviewing the Documentation in the column value to display the QR code I select Image but the QR is not shown in the APP.

  1. Here is the QR code in the sheet

  1. The column value is image:

3X_2_1_2111cc9a5b18c277c0eb8d40ff16252c0cffcc76.png

But the QR is not displayed in my APP.

Im using a Slide in order to show some data columns and the QR

3X_d_2_d2b61762a564fcd94168f955cbf49c1083d7b66a.png

Please if anybody can give an Idea of what it’s going on I preciate so much.

Thank You!

Carlos

Solved Solved
0 4 1,218
1 ACCEPTED SOLUTION

Steve
Platinum 4
Platinum 4

The content of the column must be the URL of an image on the internet, or the path to an image file in your app’s cloud storage; it can not be an actual image.

View solution in original post

4 REPLIES 4

Steve
Platinum 4
Platinum 4

The content of the column must be the URL of an image on the internet, or the path to an image file in your app’s cloud storage; it can not be an actual image.

Thank you steve. I changed the column type as you recommended and is working properly.

best Regards,

So does this mean I have to save all of my dynamic QR codes from the sheet to a separate file (there are hundreds)?  If I change the field type to text, I get the contents of the QR code.  I need the QR code. 


@blbennett321 wrote:

If I change the field type to text, I get the contents of the QR code


You could add a virtual image column to your table that creates the QR code with this content

Top Labels in this Space