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.