Hi all,
I am trying to connect to a SharePoint list and filter by user().email=person.email()
Filter('Active Field Leadership', 'Performed By'.Email=User().Email)
I previously had it wrapped in a Sort by columns function
SortByColumns(Filter('Active Field Leadership', 'Performed By'.Email=User().Email), "Date", SortOrder.Descending)
i have been using a filter() query in my browse screen, but I think it has maxed out on the number of entries in the list.
How can I create a connection to the list that only pulls the list items of the user, rather than pulling all items and trying to filter?
User | Count |
---|---|
10 | |
4 | |
3 | |
2 | |
1 |
User | Count |
---|---|
14 | |
8 | |
7 | |
3 | |
2 |