Say I have the following incomplete code snippet
ForAll(MyCollection,Filter(AnotherCollection, Title = Title))
"MyCollection" and "AnotherCollection" both have a column named "Title". How do I compare them using "=" in the filter so that PowerApps knows that one "Title" is from "MyCollection" and the other is from "AnotherCollection" ?
Thank you!