RyanDiehl
2 years agoNew Contributor III
Help with GetUsersInWorkflowGroup function
I'm trying to lookup the users in a workflow execution group so I can e-mail them when the harvest batch process runs successfully. Below is the code I'm using to try and lookup the users within a wo...
- 2 years ago
workflowGroupType corresponds to the workflow profile attribute index, not too sure why 1250 is erroring out on you, as that's the exact index for the Workflow Execution Group.
Also, probably better to set your text1Filter to `String.Empty` or `""` instead of `Nothing` since the function is expecting to parse a string, not an object.
Maybe try different groups to check.
Also for reference:
Certification Sign Off Group = 16100
Workflow Execution Group = 1250