Skip to main content
Question

How to generate shipping labels from your Airtable data (video tutorial)

  • January 16, 2026
  • 2 replies
  • 143 views

Alex_Cooney
Forum|alt.badge.img+2

Put together a video tutorial on generating PDFs of shipping labels from your Airtable data that might be useful for people. 

 

 

Approach taken:

  • Shipping label template designed in DocuPotion
  • PDF of shipping label generated via an Automation (triggered whenever user checks checkbox associated with record)
  • Shipping label automatically uploaded to an Attachment field in the table

Other topics touched on:

  • Database setup for generating shipping labels (3 different tables used)
  • Including data from linked records in the PDF

 

Any questions let me know 🙂

Alex

 

2 replies

Forum|alt.badge.img+12
  • Known Participant
  • May 26, 2026

Nice tutorial Alex! The checkbox-triggered automation is a clean approach for on-demand generation.

A couple of things worth adding for anyone setting this up:

  • If you need barcodes on your labels (Code 128 for shipping, QR codes for tracking), check whether your template tool can render them directly from an Airtable field value. Some tools require a separate barcode API which adds complexity to the automation.
  • Also for teams using thermal printers (Zebra, DYMO, Brother), make sure your template page size matches your label roll - 4x6" for shipping labels, 2x1" for inventory/product labels. If the sizes don't match, the printer will either scale down (tiny text) or crop the edges.

One more thing: if you're pulling data from linked records (like a separate Products table), watch out for how your tool handles multi-value linked fields. Some will only pull the first linked record unless you set up a loop or iterator.


Forum|alt.badge.img
  • New Participant
  • June 5, 2026

Put together a video tutorial on generating PDFs of shipping labels from your Airtable data that might be useful for people. 

 

 

Approach taken:

  • Shipping label template designed in DocuPotionsite
  • PDF of shipping label generated via an Automation (triggered whenever user checks checkbox associated with record)
  • Shipping label automatically uploaded to an Attachment field in the table

Other topics touched on:

  • Database setup for generating shipping labels (3 different tables used)
  • Including data from linked records in the PDF

 

Any questions let me know 🙂

Alex

 

This is a great use case for Airtable. Generating shipping labels directly from the data saves a lot of time and keeps everything organized in one place. The step-by-step video makes it much easier to follow than reading documentation alone. Thanks for putting this together.