Generate a QR code or barcode for your AppSheet app.
Pick a type, fill in your column name, then copy the ready-made formula at the bottom of the page and paste it into your AppSheet column.
Copy this and paste it into an Image-type virtual column in AppSheet.
This formula already uses Column Name from above. Just make sure it matches the exact column name in your AppSheet table.
| Param | Controls | Accepted values |
|---|---|---|
| data | The column whose value becomes the QR code | your AppSheet column name |
| size | Image dimensions | e.g. 300x300 (max 1000x1000) |
| color | Foreground module color | hex, no # — e.g. 000000 |
| bgcolor | Background color | hex, no # — e.g. ffffff |