Reputation: 557
I am trying to make my power app have the functionality where only the user using the app can read their own items and edit their own created items.
Getting error Cannot change item-level permissions because this list or document library contains a column that enforces unique values.
Is there a way to fix this? I need some columns to be unique records to identify each unique user.
Thanks.
Upvotes: 0
Views: 902
Reputation: 405
I'm afraid there is no solution to this unless you disable the unique value of those columns.
Upvotes: 1
Reputation: 1
It seems like while submitting some column contains duplicate value. Check each unique enforced column value have unique value.
Upvotes: 0