Hello,
I have three SharePoint Lists. For one of them ("Locker Inventories"), I want to restrict editing or creating on the Power Apps Form for users based on the users "Work Center" value in another list.
The "Locker Inventories" App is looking at this list called Coordinators:

Below is more background on the lists in case it's needed. I'm willing to change the column types if there's an easier way to do this.
- Work Centers: Just a list of Divisions and Work Centers. Other Lists use this with lookup columns, but it's not necessarily needed, just convenient. I could use Choice columns instead if Power Apps won't allow it.
- Coordinators: Contains -
- a lookup column called "Work Center" and brings the Division value as an additional field from the Work Centers List
- an email column
- A yes or no Column called "Locker Inventory", which will limit Work Center values in the Locker Inventories List.
- Locker Inventories: This is the list that I'm having issues with (mainly the second bullet):
- Only users in the "Coordinators" List can edit or create, but everyone can see.
- I want users to select their "Work Center" in the same row as their email in the "Coordinators" List (Not multiple select).
The main issue I'm having is the formulas to restrict selections based on the "Work Center" Drop Down and the user's email. Again, I'm willing to change the column types. I'd appreciate the assistance if anyone has had to do something like this before.
Thanks for your time