I'm writing a power app that reads and acts on e-mails from O365 using the ClearCollect(Mail01, Office365Outlook.GetEmailsV3({fetchOnlyUnread:false}).value) function. It seems to work but the gallery only shows 10 records. I can't seem to get past this. Anyone know what I'm missing? I have close to 20 e-mails currently in my Inbox.
Is there any reason why you need to store the result in a collection? If you were to set the gallary control directly to the call to the GetEmailsV3, in theory, the gallery control should load the remaining emails as the user scrolls down the control.
Office365Outlook.GetEmailsV3({fetchOnlyUnread:false}).value
No, other than I need a way to refresh the gallery and I was using a button with onselect to do a ClearCollect command to refresh the list. I tried your suggestion just putting the Office365Outlook GetEmails function
in the data source and it does the exact same thing. The gallery only shows 10 records. I was hoping I was missing something simple ?
Also, I don't know how to refresh the gallery if I don't use a collection; any ideas? Refresh command run by a button didn't work.
User | Count |
---|---|
252 | |
102 | |
94 | |
50 | |
37 |