I'm struggling to configure a team-based user task based on variables using the new 10.2 functionality. I'm assigning the team name based on a variable, and trying to use the dynamic filter option, but I'm not sure what to put in the "Filter name" field.
When I use the name of a filter I created in the "Assign task to a specific team" dialog, the process returns an error "No filter could be found with the name 'Primary Contact'. [LFF6108-RuleNotFoundByName]".
When I try to use the JavaScript syntax ($result=team.findMembersByRole('Primary Contact')) in that "Filter Name" field, the process returns an error "There is no team with name ''. [LFF808-TeamNameNotFound]".
What is the proper way to use this feature? Thanks!