I’m using Airtable to create product labels for my finished products and would like to use the Page Designer to create a barcode that could be scanned by either Airtable or Smartsheet. Anyone know a way to automatically convert my alphanumeric workorder number (B0194) to Code 128 (ÌBÇ!~ÅÎ) so I can use Libre 128 Font in Page Designer?
Thanks!!
Code 128 Barcode Generator?
Page 1 / 1
Yes - I’ve actually done this but I needed an API process to do it. The process continually looks for records lacking the bar code image and then uses the data to generate it and upload it into the record.
Just change {Field} to the name of the field you want to use to generate the barcode.
Step 2. Create an image element inside the Page Designer block
Include the {BarcodeURL} tag inside the Image url field of the image element.
You should then see the barcode image render inside the Page Designer
Thanks Bryant! I ended up using Code 39 instead, which doesn’t need a translation, just needed to add * before and after: “B0194” = “B0194”. This was much simpler than trying to translate into 128 and since we only have 5 digit codes, the length isn’t an issue.
Is there some way to get multiple barcodes on the same page?
I have a project which has multiple project tasks. I would like the project tasks to be printed out using page designer.
Is there some way to get multiple barcodes on the same page?
I have a project which has multiple project tasks. I would like the project tasks to be printed out using page designer.
@Neil_Baptista - are you able to use the Code 39 instead of 128??
Just tested this. Seems like it is still working for me.
Here’s some screenshots…
Here’s a link to the base from the screenshots.
Maybe just a fluke?
@Bryant_Gillespie Thanks for sharing this, turns out the barcode only show if you use the airtable in the browser and not the app.
Got it to work…
@Bryant_Gillespie
Very Cool!
but, when using, say “Link to record” function to generate the Code, Code Reader will open the link and Airtable will prompt you to login, download or register to Airtable.
how, or, what kind of Shared “link to record” function to use for the code reader to just open the link in the view only mode, like when sharing the view.
something like this:
Why?
Scenario: Catering staffing?
Waiter gets a link to Barcode, when clicked on link it will open a barcode, when scanned at the access point, it will open the view only record
Use case: ID & access control?
thx!
@Bryant_Gillespie
Very Cool!
but, when using, say “Link to record” function to generate the Code, Code Reader will open the link and Airtable will prompt you to login, download or register to Airtable.
how, or, what kind of Shared “link to record” function to use for the code reader to just open the link in the view only mode, like when sharing the view.
something like this:
Why?
Scenario: Catering staffing?
Waiter gets a link to Barcode, when clicked on link it will open a barcode, when scanned at the access point, it will open the view only record
Now the staff member would be able to scan the QR code from the Page Designer (presumably printed out a piece of paper or ticket) and have it take them directly to the expanded record within that shared view you setup.
Integromat has a built-in barcode generator. (Integromat is a low-code/no-code automation platform that has full Airtable support.)
It can generate QR codes, along with Code 39, Code 128, EAN-13, EAN-8, UPC-A, and UPC-E barcodes: if you need an additional barcode, you can email them and they will add it:
Now the staff member would be able to scan the QR code from the Page Designer (presumably printed out a piece of paper or ticket) and have it take them directly to the expanded record within that shared view you setup.
@Bryant_Gillespie
Man!!!
How ca i buy you a beer!!
THANK YOU, THANK YOU!!!
It was just this little push an ideas that was needed …
Ill let you all know know what i came up with
@Bryant_Gillespie Do you know if your above approach still works?
I’ve tried to follow along with your detailed instructions, but somehow I can’t get page designer to generate a barcode.
I got the following setup:
But image seems to be broken despite being able to click the ‘BarcodeURL’ URL
I have the same problem, it doesn't work. Some time ago when I read the article I did a test and everything worked fine, not anymore.