'Number of items removed from this list by Security constraints' error is being displayed when executing the flow designer.Issue 'Number of items removed from this list by Security constraints' error is being displayed when executing the flow designer as the system user.CauseThe instance has a user named "system" with only one role.Resolution-- When the flow is set to run as system user, the flow is executed with id as "system". -- In gaigdev instance there is a user whose name and user id is "system" and has only one role. -- When the flow is executed as system it is considering the above-mentioned user. -- As the user does not have any roles to access the table or records being retrieved, the flow is displaying 'Number of items removed from this list by Security constraints' message.In order to resolve the issue, you have two different approaches-- Modify the user name and user_id of user "system" in your instance.or -- Change the flow properties to run as "user who initiates sessions".