I want to show controls for specific users that are in a list.
The list has field of: "sector" - text field, and: "owner" - PP field.
I want to show the control for users from the right sector (DDL control) using "current user". something like using the rule:
lookup(list, "sector", sectorField, "owner")==currentUser
Do you know how to do so?