Hi,
Am trying to create a custom security role to provide users CRUD privileges to custom entities which I have created.
As per the microsoft documentation, I imported the minimum security role package as mentioned in the below link
Configure user security in an environment - Power Platform | Microsoft Docs
I have provided read, write, create and delete permissions at organization level to the custom entities for the custom security role.
Even then the business users receive permission error to read the data from custom entities used in canvas apps.