Hello,
I have made an app that collects contacts from Office365 (outlook) but when someone has more than 256 contacts it does not show all and it filters out some of them and i have made a searchbox but im unable to find these contacts that are missing, i can go to my outlook and see that they are there but they dont show up on the gallery i created in the app.
SortByColumns(Filter(Office365.ContactGetItems(OutlookContacts.Selected.Name).value; OutlookSearch.Text in DisplayName); "DisplayName"))
Im using this code to get all my office365 contacts to my gallery list in the powerapp.
Best Regards,
Kristoffer