Resolve flow failures caused by security rules for the system userIssue In Flow Designer, running a flow as a system user fails and presents the following error message: The requested flow operation was prohibited by security rules. This does not happen when running a flow as the user who initiated the session. CauseA user record with sys_id = 'system' in the sys_user table is conflicting with the platform's internal system user. This custom record does not exist in a standard instance and causes the error. ResolutionDelete the user record with sys_id = system and run the flow again.