New to powerapp but I have a sharepoint list with a lookup column to another list. I've also added some additional columns from that list.
I currently have an Employee ID dropdown but I'd like to filter it so it shows only Employees with a Status = "Active"
My current Items code is:
Choices([@'Weld Wire Tracker'].'Employee ID')
I believe I need to wrap that with a filter but nothing I've tried is working. Like this:
Filter(Choices([@'Weld Wire Tracker'].'Employee ID'),'Weld Wire Tracker'.'Employee ID: Status'="Active")
I get the error:
Incompatible types for comparison: These types can be compared: Table, Text
