Try:
1. Create a formula field in "Order Line Items" that will mimic the primary field value of the "Price Level" table
2. Create a linked field between the two tables
3. In "Order Line Items", create a lookup field to display the price
4. Create an automation that will paste the value from the formula field in step 1 into the linked field in step 2
This'll automatically link records together for you, populating the lookup that you want
@aryan201215
It doesn’t sound like the solution above is what you were asking for.
It sounds like you simply want to be able to select from the official list of items that are linked to a certain customer.
To do this, you would just need to enable Airtable’s new dynamically-filtered linked record selection feature.
After you choose a customer, you will be shown only a list of items that are linked to them, so you can choose an item from the list of only their items.
Then, you would just have a normal lookup field that looks up the price of the item that you selected.
Note that the new dynamic linked record selection feature is extremely limited because it only works with 3 types of fields: text fields, number fields, and linked record fields. But in your case, that will work because you are using linked record fields.
You can read more about this feature at this link, and you can learn more about the limitations at this link.
Hope this helps! If you’d like to hire an expert Airtable consultant to help you with anything Airtable-related, please feel free to contact me through my website: Airtable consultant — ScottWorld
Try:
1. Create a formula field in "Order Line Items" that will mimic the primary field value of the "Price Level" table
2. Create a linked field between the two tables
3. In "Order Line Items", create a lookup field to display the price
4. Create an automation that will paste the value from the formula field in step 1 into the linked field in step 2
This'll automatically link records together for you, populating the lookup that you want
This is a great workaround! Thank you so much. You saved me a lot of trouble trying to use Make.com and other alternatives.