Can see all assignment groups(Active/Inactive) when using flow designerIssue Can see all assignment groups(Active/Inactive) when using flow designerRelated LinksIt depends on which user is using Flow Designer. By default, if an admin User is using a Flow Designer, then he will get all the User(Active/Inactive). There is an OOB query BR with name "group query" on sys_user_group table which has the condition that if !gs.hasRole(admin) then only show then active records. So if a User is not an Admin user he will only get the option of active records. This even applies to Flow designer as well. You can use the same according to your requirement.