in canvas, I'm trying to create combo box search for users from the dataverse users table and that works, but im trying to extend it by filtering by a particular business unit. I have tried this expression:
Filter(Users, 'Business Unit' = "BU Name")
Getting error: Incompatible types for comparison: These types can't be compared: Record: Text
I have also tried this:
Filter( 'Business Unit' = LookUp('Business Units', Name = "BT_BU"))
Getting error: Incompatible types for comparison: These types can't be compared: Record: Record