In bulk edit and bulk update i need option for Add Selected and Remove Selected for many to many dropdown field

I have a case . There is a Page called Tasks . Now iam assigning few people to it by creating Many To Many field - Users . While bulk update and edit in dropdown only Remans the same , Clear , Change to these three options only available . I need two more options Add Selected and Remove selected so for a record along with the selected people i can add few more people and i can select people so all are removed automatically

Thank you for your suggestion. This feature is quite customized and is not currently supported in NocoBase.
However, in the upcoming 2.0 release, the system will be more extensible, allowing similar functionality to be implemented through custom JavaScript development.

There are “Associate” and “Deassociate” actions for many-to-many relations. Don’t they work for you?

In fact, this is not a customized use case. This can be extended to a broader use case: any collection with a many-to-many or many-to-one can benefit of a custom “add” and “remove” feature when bulk editing. Right now you can only override all the relations, which is not ideal.