Flow Designer not creating record on custom table when using inbound email triggerIssue When using the inbound email trigger, flow is getting triggered successfully. However, just after the flow gets triggered, it is erroring out on Create Record action.CauseCreating Access Control List ( ACL ) on the custom table is failing for the user who is triggering this flow or sending the email into the system. For a custom table, check if there are any specific "create role" restrictions added. If there are role restrictions added, it would create an ACL to fulfill that restriction, which would fail for the user if it doesn't have that required role. Ways to check for the restrictions mentioned above Check by opening the custom table recordUnder the controls tab, "Create access control" would be checkedThe custom role would be added as the user roleResolutionAs mentioned in the documentation, with other types of flows, users can choose to run as a system user or the user who initiates the session. However, inbound email flows always run as the sender of the inbound email. If the system does not recognize the sender, inbound email flows will run as the "Guest user". The actions of inbound email flows are limited by user's ACL restrictions. As a workaround, customers can add the custom role to the user or else make necessary changes in the Custom ACL.