I have a Powerapps Portal basic form displaying an Opportunity. I have a table permission that allows the user to update the opportunity as necessary. For most fields, the update is successful.
However, I want to update a lookup field that contains the contact who owns the opportunity. The popup window shows the correct list of contacts, I select one and when I save the record I get the dreaded:
- You don't have the appropriate permissions.
I have a table permission for contacts, Access type "account" as they should only see contacts related to their own account. I have read, write, create, append, append to privileges set, and granted to the web role assigned to my user.
What am I missing?