How to remove username if already reactivated

can someone help me... how to remove username from picker field if user is already reactivated.

  Discussion posts and replies are publicly visible

Parents Reply
  • You will need to create a logic to transfer or remove the "reactivated" users from the group you're using to filter so that once the users are reactivated they are no longer part of the group and are not seen in the picker search.

    You can run this operation to either transfer to another group or remove it from the group on "saveInto" when you press the button to "reactivate".

    Alternatively, you can also use a custom picker with logic to exclude "reactivated" users from the search list.

Children