Necesito obtener el email de un usuario asignado a la tarea que se está ejecutando, por favor. Estoy usando la version Community 2023.2
Hola,
Inside the script editor you can find in Code templates the snippet to retrieve the user’s professional contact information (containing the email)). And inside the Execution context you can fin the taskAssigneeId representing the user ID of the person whom the task is assigned to.
See the screenshot and the provided script:
Note: if you want the personal email instead of the professional one, please refer to the code template to fetch personalContactInfo.
I hope this helps,
Captain Bonita