Ok so while I did misread the original, my answer is probably a better way to do what you want anyways so still going to share it
so in my first test gallery i have
[{Title:1, Other:"One"}, {Title:3, Other:"Three"}, {Title:4, Other:"Four"}, {Title:5, Other:"Five"}]
in my second
[{Title:2, Other:"Two"}, {Title:3, Other:"Three"}, {Title:4, Other:"Four"}, {Title:6, Other:"Six"}]
and in my third
Filter(ForAll(Gallery1.AllItems As galleryOne, If(galleryOne.Title in Gallery2.AllItems.Title, galleryOne)), !IsBlank(ThisRecord))
So only the records that title is in both previous galleries is ever brought into this third gallery at all. Much better than just hiding it when it comes to processing records alter.
