Email Alerts Custom Message

Hi,

I am trying to create a custom message alert every time the status of a Task change,the akert it is working well but i want to add the user that change the Task.

I tried with:

{{ doc.raised_by }} {{ doc.current_user }}

Is there another way, in task form there is not the field Assigned To, wich is the user i want to get,

Any idea, thanks in advanced.

@ipenuelas use {{ doc.modified_by }} or {{ doc.owner }} for editor and owner respectively

Thanks a lot :smiley: now it’s working