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 / Filter Email by Date i...
Power Apps
Unanswered

Filter Email by Date in Gallery

(0) ShareShare
ReportReport
Posted on by 132

Hai,

 

Right now, I am building an app to display a list of my emails in a gallery and filter them by a date picker. below is my current code, but by default, it only shows the top 10 emails, so emails before November 6th can't be displayed. Can anyone help me with this issue? Thank you.

 

Code:

If(IsBlank(DatePicker1),Office365Outlook.GetEmails({fetchOnlyUnread:false,searchQuery:ComboBox1.Selected.Email}),Filter(Office365Outlook.GetEmails({fetchOnlyUnread:false,searchQuery:ComboBox1.Selected.Email}),DateTimeReceived >= DatePicker1,DateTimeReceived <= DatePicker1_1))

 

Capture:

nrd10_0-1699354451116.png

 

 

 

Categories:
I have the same question (0)
  • Sickle-Cell Profile Picture
    600 Super User 2024 Season 1 on at

    Hi,

     

    The issue is that Outlook.GetEmails is set to only retrieved 10 by default. Try this.

     

    If(IsBlank(DatePicker1),Office365Outlook.GetEmails({fetchOnlyUnread:false, top:100,searchQuery:ComboBox1.Selected.Email}),Filter(Office365Outlook.GetEmails({fetchOnlyUnread:false,searchQuery:ComboBox1.Selected.Email}),DateTimeReceived >= DatePicker1,DateTimeReceived <= DatePicker1_1))

  • nrd10 Profile Picture
    132 on at

    Hi,

     

    I have try this but the maximum only top:25.

     

    Can power apps filter date time received from date picker first and then show the top:10?

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 356 Most Valuable Professional

#2
11manish Profile Picture

11manish 225 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 211

Last 30 days Overall leaderboard