Hi everyone,
I’m building an Airtable base for product data management in pet nutrition. The goal: automatically generate “Article Passes” – structured text outputs with all packaging-relevant details (composition, analytical values, additives, storage info, etc.) in multiple languages.
My structure:
-
Products → general info
-
Product Versions → recipe & design versioning
-
Packaging Units → GTIN, article number, recycling info
-
Analytical Constituents / Additives → linked via junction tables
-
Multilingual Content → texts for a number of languages
At the moment, I use Rollup fields filtered by language (e.g. Language = DE/EN/IT) and combine them into a big formula for multilingual output like:
🇩🇪 German
Short description
Composition:
Additives…
etc.
🇬🇧 English
Short description
Composition: …
etc.
It works, but it’s quite static.
Any advice on:
- smarter or more dynamic multilingual output – the formula solution is not very handy
- only displaying languages with existing content
- best export options (plain text or doc templates)
- overall thoughts on my relational setup
Thanks a lot!Philipp
