I have a Gallery Filter based on two Dataverse tables, one is "CSHHR_LeaveRecords," and the other is "CSHHR_Database." The "CSHHR_LeaveRecords" table has a column with duplicate employee email," and the "CSHHR_Database" table has a column with unique employee emails. And in the "Staff Database," there is a "StaffsInfo" column that uses a Many-to-One Lookup. However, when using this column for lookup, it's not retrieving any content, and there are no formula errors either.
Filter(
CSHHR_LeaveRecords,
Upper(Requester) = Upper(_MyMail),
StaffsInfo.'Branch Name' = _Branch
)


