Hi all,
In my powerapp built on dataverse, I have a gallery which is filtered and sorted as below.
SortByColumns(galMyRequests.Selected.'000_PRApprovals',"crf1e_id")
In the gallery I have a label as follows
ThisItem.Approver.MemberEmail
Label value of member email disppears as soon as I change the gallery filter as follows, while other attributes from the table is fine
SortByColumns(
Filter(galMyRequests.Selected.'000_PRApprovals', isMarkedDeleted = 'isMarkedDeleted (000_PRApprovals)'.No)
,"crf1e_id")
Any idea why this happens? You reply will be much appreciated.