I'm working on a gallery where the data is coming from a SharePoint list (Elevate Application Dashboard). Given that my SP list has more than 2,000 rows of data I thought I'd create a collection with the information I need to then create the gallery from.
If I create a collection from the SharePoint list so that it only lists those with a status of "Application" in the RoleValueApp field, I can cut my list down to 300 and I think successfully display in a gallery.
I've tried the following with double and single quotes around application to no success.
Collect(MySPCollection,Filter(ElevateApplication Dashboard,RoleValueApp = "Application")
ISSUE: How to generate the collection to only use the columns I need so the returned result is less than 2,000.
Here are the fields I want to include from the collection in my gallery:
Applicant - single line of text
RoleValueApp - single line of text
Location - single line of text
Manager - Person/Group
Manager ID - single line of text
Manager status - single line of text
RPLs - Multiple person/group