This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Update attribute of "removed user" during "remove member from group"-workflow

Hi,

I'm desperately trying to update a virtual attribute of a user who is being removed from a group by a workflow.

The current scenario looks like this:

- A command gets triggered in WI that sets a virtual (user) attribute to "true"
- A workflow triggers a PS-scripts that temporarily adds the user to a group and sends a notification
- When the temporal group membership ends, a workflow sends another notification and should set the virtual attribute back to "false", which I cannot get configured somehow...

I've played around with search activities and looked through the SDK to find a way to get it done with a script, but I cannot find the proper syntax...

Any help would be greatly appreciated.

Thanks,
Jochen

Parents
  • This is an old topic, but I just encountered this same challenge myself.

    It appears that there is no way to create a workflow that will perform an action against each member added/removed from a group. I was able to get it to work for additions, but not removals. Seems that scripting is the only option.

Reply
  • This is an old topic, but I just encountered this same challenge myself.

    It appears that there is no way to create a workflow that will perform an action against each member added/removed from a group. I was able to get it to work for additions, but not removals. Seems that scripting is the only option.

Children
No Data