Hi everybody! I could use some advice.
I’d like to use Airtable to manage my company’s SKU database, but I’ve run into an issue that I can’t seem to figure out. Hopefully it’s an easy one.
I’ve created a SKU base and, within it, the following tables…
SKU_Images (with columns for SKU and a checkbox indicating whether an image exists)
SKU_Allocations (with columns for SKU and then the number available for each)
SKU_Merchandising (with columns for SKU and the stuff like product name, product price, category, subcategory, etc.)
Let’s assume those would all be updated regularly by either importing CSVs or just copying and pasting data.
All good so far.
I’ve also created a table for SKU_Marketing. Whether or not we market an item depends on whether it’s available (referencing SKU_Allocations), whether it has an image (refencing SKU_Images), and whether it matches the categories we’re promoting this week (referencing SKU_Merchandising). So my SKU_Marketing table includes columns for SKU and then a bunch of linked fields from those other tables.
Ideally, I’d like to be able to have a checkbox field in SKU_Marketing indicating which items we’ll be promoting. But what would happen if a bunch of SKUs needed to be added to the tables mid-week? They could just be pasted into SKU_Images, SKU_Allocations, or SKU_Merchandising without causing any major issues, but if they’re randomly distributed throughout the list, and I pasted the list into SKU_Marketing, it would cause the data I’ve manually entered there (like the “we’re promoting this item” checkbox) to now be associated with the wrong SKUs, correct?
Is there a way to prevent this? Or a better way to configure this scenario?