In Resource Update node, I'm trying to delete a specific Group from the existing list. I only want to delete "Manager Self Serve" but instead it deletes all group the user has.
This is a little bit tricky. I do this for roles updates. You can feed in the new list of group/roles through data iterator after deleting them in prior node. I don't like to do all the group/roles at once because if some error occurs whole update fails. I prefer to go through iterator so at least some roles gets updated in case of an error.
Nabil.