
Announcements
I am trying to create my first simple app that only displays the number of unread items in my outlook inbox.
I created an Item that has the text
CountRows('Outlook.com'.GetEmails({fetchOnlyUnread:true}))
It works great, except that it only counts to 10.
I can add "top: X " as an argument, where X is the number of items that it will recieve, but it can only count up to 25.
So I am currently at 25 items
Here is the API i found about outlook
Does anyone know any other way to fetch the number of items in my inbox?
Or how to heighten the number 25 in any way? 😄
Hi Foysoul,
It seems that this might be a current limitation. For when I trying to show the GetItems.Top items on a gallery control, I set the value to 50, then I get the error message says that I should specify a positive number less than 25. A screenshot looks like below:
If possible, I would suggest you create a request to expand the number of emails to retrive at PowerApps Ideas Forum:
https://powerusers.microsoft.com/t5/PowerApps-Ideas/idb-p/PowerAppsIdeas
Best regards,
Mabel Mao