Hello everyone, hope you all had a good Holiday!
I have a question around how to remove a user from a Workflow team of a Promotion workflow.
Basically let’s say there is a Reviewers role for the Promotion workflow. I want to programmatically remove users XYZ every time if they are accidentally added there.
I have an expression that runs after the workflow starts and it does work well BUT...it only removes the user IF the user is directly added to the team. If the user is in the team via a Group, it does not remove the user from the team.
My hope is that someone has an idea of how to handle the group added users as well.