Hi, I'm trying to do the below approach to assign record level permissions in Dataverse:
1. Create a custom security role. Create a new Team.
2. Add the test user to the team and assign the security role to the team.
3. For the custom table, assign permissions as below:
4.. Through Power Automate, try to assign the test user, write access to a specific record in the table using the unbound action.
5. The flow executes successfully, however there is no change in the record permissions for the test user.
I am unable to understand what could be missing here.
Has anyone else tried to perform something similar?