
I'm trying to give my users read-only access to flows so I tried turning 'Block unmanaged customizations in Dataverse' on in my pre-production environment. However I found this fails my flows using the work queue feature; they fail at the "Process Work Queue Items" step, saying "Request to XRM API failed with server error: 'Message: {\"errorCode\":\"InternalServerError\",\"message\":\"Fail to update work queue item xxxxxxx to Processing because: This environment doesn't allow unmanaged customizations. This was a choice made by your admin, and certain actions won't be available or will be view only. Learn more: https://go.microsoft.com/fwlink/?linkid=2251006. ...bla bla"
This can easily be reproduced by exporting a solution consists of a work queue and a desktop flow using that queue as a managed solution, then import this solution to an environment with 'Block unmanaged customizations in Dataverse' is turned on. Anyone has a solution for this?