Feb 25, 2020 11:58 AM
I have a column of linked records. I would like to make a second column that filters those linked records based on a condition.
Example:
Any time a checked record is added to Table 2 Column A, it should automatically appear in Table 2 Column B. Similarly, any time a record is checked or unchecked in Table 1 Column A, it should be added or removed from Table 2 Column B.
From what I can tell, this is not possible in AirTable. Are there any creative ways to make it happen?
Solved! Go to Solution.
Feb 25, 2020 02:04 PM
Feb 25, 2020 02:04 PM
Feb 25, 2020 04:15 PM
Hi Kuovonne, thanks for the answer. Rather than doing a rollup, I was trying to maintain a link from the second table to a subset of the records from the first. After further thought I realize that this doesn’t quite make sense in the existing paradigm so I think I will instead have to use these conditional rollups to generate a list of names of the records. Thanks.