SPD: Get account details of workflow initiator
By default, SharePoint Designer (2007) doesn’t allow you to retrieve the
details of the user who started / initiated a workflow. The only option
available using OOB workflow activities is to get the user who created the list
item or to retrieve the user who last modified the list item, which in most
cases will be the user who initiated the workflow, but not all.
To retrieve the account details of the user who triggered the workflow, you can
create or modify a separate list item, then retrieve the account details of the
item from either the Created By field or the Modified By field. As the
workflow runs using the credentials of the user who initiated the workflow, when
an item is created or modified by the workflow it will be done using the account
of the workflow initiator.
For more information, see SPD Workflow: Get account details of the user who initiated the workflow.
Related posts:
- Get current time in Sharepoint Designer workflow
- SharePoint Designer Workflow Error Resolutions & Workarounds
- How to configure a workflow to start at specific time, then loop / repeat periodically (Daily, Weekly)
- How to wait for a change in any list, wait for multiple field changes in the current item (SharePoint Workflow)
- SharePoint Looping Workflow – How to: Loop through and process all list items
Tags: SharePoint, SharePoint Designer, Workflow
After reading you site, Your site is very useful for me .I bookmarked your site!
I am been engaged 10 years on the Free finance personal software If you have some questions, please get in touch with me.
Amiable fill someone in on and this fill someone in on helped me alot in my college assignement. Thank you on your information.
The subject is fully clear but why does the text lack clarity? But in general your blog is great.
Hi gualetar,
As there is no activity to get account details (domain\login) of the user who initiated a workflow created using SharePoint Designer, the article explains how to use the “Modified by” field of a separate list item modified by the workflow. As the worklfow runs as the user who initiated it, when the list item is modified, the “Modified By” field will contain the user who initiated the workflow.
Hope this helps.