
Announcements
Hi team,
I am very new to Power Apps, but I am setting up an app for support requests, with SharePoint lists as data sources. Users fill in a form to request technical support and the technicians use that same app to access the new requests and fill in any information as they repair or solve a problem.
The first page of the app is the same for both 'requester' and technician and shows an overview of the current items. This overview works on the PC that I made the app on, works fine on the phone of most people that are testing the app right now, but for some reason, the gallery shows up empty for just a few users. This happens on both iPhone and Android and the permissions for all users are the same.
Does anyone have an idea on where I can start looking for the problem? It's not the delegation issue right? Since it works for most others?
What it looks like for some users
What it looks like for the rest/what it should look like
on the Items field of the gallery I have:
Sort (Filter
('Technik Support',Status.Value <> "05 Abgeschlossen"),
ID, SortOrder.Descending)
Thanks in advance!