Hello,
BACKGROUND:
I am in the process of creating a Timetracking app for our department employees and contractors to use on a weekly basis to submit time on projects and other time in operational or administrative responsibilities.
In my PowerApps I am establishing several Collections OnStart in the App that will be used to control the values shown in dropdown lists dynamically.
One such dropdown connects to our overall project list in SharePoint. When a resource goes to enter a new timesheet I want the dropdown of the projects list to only show available only the active projects (50-60), rather than completed projects of the past. To do so I need to filter this list down to only show projects that are in "Active" status, among a few other statuses that can be included.
I have created a Collection that captures several of the key columns needed from this SharePoint list using a combo of ClearCollect and ShowColumns, which works, however the column that I need to create the filter on shows [Record] in it's values. I believe this is because the column in SharePoint is a dropdown/lookup column. Because of this, I have been unable to apply a filter against this column.
QUESTION:
Can someone please advise how I can get the collection to capture the value of the column, rather than displaying [Record]? I have tried Googling for a solution to no avail.

Thank you, in advance!