I have an Airtable table (called product) that holds product information across 3 fields in a table, namely Product_Make, Product_Line and Product_Model and is indexed on a formula field that combines these as make_line_model.
I have another table (Purchased) which has a text field of data supplied by clients that have purchased products and I need to match it to data in the first table. So imagine a ‘purchased’ field that has ‘make_line_product’. So example data would look like:
Product table:
Make: Dell
Line: Latitude
Model: 1234C
Index: Dell_Latitude_1234C
Purchased table:
Product: Dell Latitude Laptop 1234 C
I want to create a Softr screen that shows the row from the Purchased table and then allows the operator to ‘find’ the matching record in the Airtable product table, ideally being able to filter matches by Make, Line and Model and then selecting the match and therefore correcting the input on the Purchased table.
You can sort of do this natively in Airtable by clicking on the + in a linked record field, but that only displays the indexed field, you have no option to filter by the other 3 fields.
Ideally, when the Product in the Purchased table matched the ‘make_line_model’ in the Product table, then the Airtable link would be created automatically.
Am I making any sense? Ideally I would employ someone with Airtable/Softr experience but we’re a non-profit and I have a negative budget.