How do I add the document creators email address to a workflow step?

Shaun Butler asked on August 12, 2019 17:59

I want to send an email to the creator of a page to inform them that it has been published.

Is there a way to add the page creators email address to the To section of the email step automatically?

Correct Answer

Dmitry Bastron answered on August 13, 2019 10:58

Try this macro: {% CurrentDocument.DocumentCreatedByUser.Email |(identity)GlobalAdministrator%}

macro

0 votesVote for this answer Unmark Correct answer

Recent Answers


Regis Wengel answered on September 7, 2019 00:13

Did that macro end up working for you Shaun? I wanted to achieve the same result and tried that macro. Didn't work on my end though. No email ended up being sent (though it does if I hard code an email there instead).

0 votesVote for this answer Mark as a Correct answer

Shaun Butler answered on September 9, 2019 11:47

Thanks Dmitry that worked , thank you.

Regis, I am just using a single path approval workflow and it sent the email to the original page creator as expected.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.