Comparing Differences between two lists

I’d imagine it to be something like:

[Cross-Doc Table].Filter(
  [Table 1].[Column 1].Contains(CurrentValue.Name).Not()
).Name

to get the list of names that are in the Cross-Doc table but not on the Table 1.