Welcome to the Airtable Community! If you're new here, check out our Getting Started area to get the most out of your community experience.
May 13, 2020 07:06 AM
I have used different relational databases in the past, very new to Airtable. The solution I seek is to automatically lookup data from a large table matching the value of one field in a newly created record in a separate table. I tried using linked and lookup fields for this without success, cannot figure out how to make this work.
Schema: 2 tables.
Workflow (via mobile app)
Note: The inventory number in Table 1 is simply the bar code number. Bar codes are unique across all records in Table 1. The user performing the bar code scan never looks at Table 1, only working with Table 2.
Workflow: The receiving dock person will be scanning bar codes very frequently as packages arrive. After each scan, the user verifies that the bar code is valid. If not valid, they scan a different bar code on the package until a valid record is created. The cross table lookup must be automatic, cannot have user scroll through multiple records to manually set the relationship. They simply create record, scan, and check that it’s a match; must be very fast.
I addition, I would like Table 1 to pull the receiving information (the record creation date) from Table 2 without manual user intervention. … got this to work.
How does one setup Airtable for this automatic cross table relationship without having the user manually set this? Is there an undocumented LOOKUP() formula that can perform this task?