I'm using sharePoint designer 2010.
I create difference workflows for difference list,
How can I create Workflow loop?
I need to create loop inside a specific workflow that remind the manager (manager - name that Situated inside a list item) to insert some data to the list (data like dates, nams etc).
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
|
||||
|
|
|
Out of the box there is no option to create loops within a SharePoint workflow. What you'll need to do is:
This was answered in a recent question but I can't find it right now... |
|||
|
|
|
SPD Workflows have a habit of looping, you could set the workflow to run on update, and each iteration update something which will trigger the WF to fire again. Not a great solution but should work |
|||
|
|
|
Out of the box, you cannot loop through designer workflow. But if you need to start another workflow from with in a workflow refer this, |
|||||
|