I'm creating a workflow in SharePoint 2010 Workflow Designer and need to check if a user is member of a sharepoint list before I can continue the workflow.
How can I do this (without use of VS)?
I know there is a Impersonation Step, but inside that I can only check if a user is has some permission levels and that is not what I want.
I simply need to check if a user is member of a given sharepoint group. If yes I'll continue, else I'll cancel the workflow
Thanks for any help!
Larsi