web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Missing value in the G...
Power Apps
Answered

Missing value in the Gallery label

(0) ShareShare
ReportReport
Posted on by 25

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.

Categories:
I have the same question (0)
  • Mira Ghaly Profile Picture
    11,415 Moderator on at

    Hi @sreeponn 

    I am trying to replicate the same , for some reason when I use this directly like below, it doesn't work at all

    Sort(
    Filter(
    VisitsGal.Selected.Approvers,
    'Is Delered' = 'Is Delered (Approvers)'.No
    ),
    Name
    )
    
    

    What I did to make it work, is on the select of the parent gallery , I created a collection and used it instead to do the filtration and I am using sort columns:

    Mira_Ghaly_0-1660959757494.png

     

     

     

    Sort(
     Filter(
     approvelsCol,
     'Is Delered' = 'Is Delered (Approvers)'.No
     ),
     Name
    )

     

    I think @WarrenBelz   can shed more light here as I do not have a proper explanation why it is working on the collection but not directly.

     

     

  • WarrenBelz Profile Picture
    156,454 Most Valuable Professional on at

    Thanks for the tag @Mira_Ghaly ,

    Unfortunately, I am not a Dataverse user (SharePoint only) 

  • sreeponn Profile Picture
    25 on at

    Thanks for the response and try. Can you add lookup collumn table values in clearcollect? Can you please share your code?

  • Mira Ghaly Profile Picture
    11,415 Moderator on at

    @sreeponn 

    Is approval email a lookup? If you can explain your table structure it will be easier for me to replicate, so please explain your table structure as well as what you want to achieve.

     

  • sreeponn Profile Picture
    25 on at

    sreeponn_0-1661045541812.png

    Teammember has many Purchase requests and Approvals

    Purchase requests has many Approvals

     

    When a Purchase request is selected, gallary should show related approvals and approvers(team members). query breaks (or fails to display the email, there are no error messages) at the second level when additional filters are added.

  • Mira Ghaly Profile Picture
    11,415 Moderator on at

    @sreeponn 

    Is approver lookup from team member?

     

  • sreeponn Profile Picture
    25 on at

    Yes

  • Verified answer
    Mira Ghaly Profile Picture
    11,415 Moderator on at

    @sreeponn 

    I have replicated again with your same Data Structure and it is working

    Mira_Ghaly_0-1661119721219.png

     

    Mira_Ghaly_1-1661119749445.png

    Please try these few things as well:

    1. Refresh your DataSources

    2. Make sure the IsDeleted is set on the table and does not equal blank , try to set the field to yes and back to no and make sure it is saving.

     

     

  • sreeponn Profile Picture
    25 on at

    Thanks Mira once again for the taking time on this. In the end it still does not work for me, I think this is a delegation issue. This app had multiple screens and connects to multiple data sources. I made a mini version just connecting to three sources and it seems fine. Thanks for your support

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 358 Most Valuable Professional

#2
11manish Profile Picture

11manish 214 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 185

Last 30 days Overall leaderboard