I am trying to automate the process of adding and removing users from an assignment group, and I am using a list collector for the users to select who they want to add or remove.
An issue I am running into has to do with the way I am checking whether or not users are in groups:
If the user selects to add someone to a group, I am removing the people currently in the group from the list_collector which is referencing sys_user.
If the user selects to remove someone from a group, I am only displaying the people currently in the group.