Error 'The requested flow operation was prohibited by security rules' on executing flow as System User.Issue Flows are being executed when 'Run as' is set as 'System User' in Flow Designer. When the flow is executed, getting the error message: 'The requested flow operation was prohibited by security rules' The issue happens while we run the flow as System User and if we run the flow as 'User who initiate session' then it works fine. CauseThe reason for this behaviour is that there is a record in the sys_user table that has sys_id = system, This is unusual and should not exist. It is colliding with SYSTEM user of system. This sys_user record should not have been created with sys_id = system as it interferes with the system user record used in the background. In OOB instance there is no sys_user record with sys_id = system.ResolutionPlease delete this user record with sys_id = system and test again, the error would not occur.