Frequently Asked Questions (FAQs)
This page answers commonly asked questions about QR Code Generator.
Why am I seeing the error ‘TypeError: Cannot read properties of undefined (reading ‘id’) when setting up the Airtable automation script?
This error normally means you haven’t setup an input variable for the recordId. The video at https://youtu.be/kFRQfa4bnKE?t=19 shows how the input variable can be specified.
Note: The variable name is case sensitive and must be recordId.
Our "Getting Started" guide will walk you through the process of setting up our Airtable automation script.
Yes, this video walks you through the process of generating a QR code that can be used to update items in your inventory database on Airtable.
Below is the formula needed for the 'Edit URL field' as demonstrated in the video above.
// Formula to paste into the 'Edit URL field' as instructed in the video
https://airtable.com/tblzK9naumpmS2fFT/viwvcA04NYS0ii7uo/’ & RECORD_ID() & ‘?blocks=bipjXvYUdGWV3jETC’