Introduction
The Assignee Field is an advanced workflow field that can be added to a Gravity Form and can be used to allow users to choose between Users, Roles and other Assignee fields.
The Assignee Field does not support conditional logic, but it can be very useful in custom development where you may want to offer different types of assignees.
IMPORTANT: Before using this field, check if you can use the User Field or Role field which were added in version 1.1.2. The User and Role fields support conditional logic whereas the the Assignee field supports multiple assignee types.
When you add an Assignee field to the form, it will look like a standard dropdown field but it will have all the WordPress Users and Roles in the list ready to be selected.
Note: This field is a bit more complex, it expects the type plus the ID, e.g user_id|2 or role|administrator or email|test@test.com.