I have created a power app that links to my sharepoint list called Guest Resolution Log2.
There is a lookup column called 'EmployeeLoggingComplaint' in the sharepoint list that links to another list called Employee List and uses a column called 'Name' to pull a list of the employee names into my dropdown list.
Currently my dropdown works using: Choices([@'Guest Resolutin Log2'],EmployeeLogginComplaint) but I need to now filter.
This worked fine until I realized that I need to filter this list to only those employees that are actually active.
When I completed the lookup I had it add an additional colum to the Guest Resolution Log2 List called 'Status' from the Employee List. The status options are "Active" and "Inactive".
I have searched all the boards, all the powerapps videos and have spent hours and hours trying to solve my issue to no avail. Can anyone help me?