Hi all!
I have a solution in the development environment that includes an app and a flow that write on Azure Blob. I exported and imported the solution as managed into the Test environment, and everything was working fine. The app is shared with an AD group that has the Basic User role, and everything functioned correctly.
Then, I made a change in the development environment, exported the solution again, and re-imported it into Test without modifying any permissions. Now, the user who is part of the group the app is shared with receives the following error when running the flow:
Flow_Upload_Blob.Run failed: {"error":{"code":"0x80048306","message":"user with id ... does not have ReadAccess right(s) for record with id ... of entity Processo. Consider assigning a role with the required access level to the user or team. For further troubleshooting, please work with a system administrator to use the Access Checker tool on this record: https://orgb26c5f8d.crm4.dynamics.com/main.aspx?forceUCI=1&pagetype=entityre...
I also tried removing the flow from the app and re-adding it, as suggested in the documentation, but I still haven’t been able to resolve the issue.
Thank you very much!