Inventory Management App - Barcode Generation Failing

Hi, I've been experimenting using appsheet to build apps for our workflow at our retail business. I was sailing thru using the Inventory Management app to catalog tools and supplies throughout our workplace. The problem I'm running into is that suddenly the self generation barcodes are no longer working. I test the URL with the Item Ids I'm using (randomly generated) and everything works fine. But in the app it does not. I'm at a loss! 

Currently this is the formula I'm using in the Barcode Column:
"https://qrcode.tec-it.com/API/QRCode?data="&[Item ID]

This formula seems to work just fine for most items until it just stops working. All new Items I try to create just fail as well. Am I missing something? 

Quick update: When I change the URL/Formula for Barcode Column the app regenerates the barcodes and randomly works or doesn't by item. Am I just calling for too many items to be generated at once? I can't figure it out. 

Thanks in advance for any advice you guys can provide! 


0 2 114
2 REPLIES 2

Changed my formula to: "https://qrcode.tec-it.com/API/QRCode?data="
&ENCODEURL([Item ID])
And now it seems to work fine! I have no idea.

That is the correct fix.

Top Labels in this Space