I’ve tried to work this both using just the formula and also a combination of the formula and conditional fields (which seems like how it was designed to be used).
I have an Inventory table that contains our inventory. I have an Orders table that contains our Orders. The Orders table references the Inventory to identify which item is being purchased. On the Inventory table I’d like to create a field that sums the amount of orders placed against an Inventory item so we can tell when we’re running low.

Here I do a “rollup” field that has two conditions and a summation of the values for the formula. The first checks if the order was actually purchased. When I only use this condition, the field sums correctly. The second condition is suppose to take the linked field on the Orders table and check if it is the same as the Inventory Name. I try to use the {Name} designation for the field in the record but that doesn’t work. I’ve also tried a string just to see if that would work and it doesn’t. The guide seems to reference the ability to choose tags but that option doesn’t appear. This shouldn’t be a circular logic issue.
Any help is greatly appreciated.
Solved
Conditional Reference to a Field on Table
Best answer by Justin_Barrett
I don’t know why this didn’t click earlier, but you shouldn’t need to compare the {Fabric} field contents against the item’s name. Airtable does record-to-record links, meaning that an order record that links to the Item A in the [Inventory] table will only connect to Item A, and the rollup for Item A in [Inventory] will only pull in order records that link to Item A.
In short, you should only need to check the purchase status in your conditions. The item match is already guaranteed. However, if I’m misunderstanding something about your setup, would you mind sharing further details to clarify?
Login to the community
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

