Obtain email address of user executing workflow

I want emails in my workflow to go to the user who triggered the workflow.

I see an object in the Workflow designer called workflowContext and it includes some helpful info, but current user email address is not one.

Hello!

Are the workflows being triggered from an App? If so, you could pass the {{current_user.email}} value to the triggered workflow as part of the query.

1 Like

I'm not using an app. But I can make a simple button for users to click in app and then use {{current_user.email}}