Yes, you can do this on SPARK Workflow by following these steps:
- Us the function IsGroupMember in the “If Condition” activity like this:
- For example you can get the user ID from the list field like this by selecting It from the (fx) dialog:
$func-IsGroupMember(Employee login,Group Name)
Example: $func-IsGroupMember($WFItemFields(EmployeeLogin),"SPARK Owners")