How to remove a user from collection

How can I remove the logged-in user from a collection (reference) WITHOUT DELETING THE USER (user record). I’ve tried the delete action, but that just deletes the user. And I tried updating the collection, but It’s very limited as I am forced to put in the logged-in user, or just leave it empty which does nothing.

You have to go the collection management area and use a function like RemoveIf to take out the user. Then save your changes.

Hello @Kino1! As @JamieC1 has mentioned, if you’d like to remove a user from a (Many to many) relationship in a specific collection, you can add an action and select ( Remove => Logged in user ).

Thank you!