Showing posts with label SharePoint Designer workflows looping. Show all posts
Showing posts with label SharePoint Designer workflows looping. Show all posts

Tuesday, July 24, 2012

SharePoint Designer 2013 Workflows: Part 2 – Loop


Ever stuck at the question “How to implement loop in SharePoint Designer workflow?”

Most of us had this question and we found various workarounds for this.

All the workarounds were really painful. But thanks to SharePoint Designer product team. Now we have looping option available in SharePoint Designer 2013.

There are two options available.

·         Loop n times.

·         Loop with condition.



We can add multiple actions as loop content and these actions get executed till the looping condition is true.

Loop n Times

We can provide integer value for number of times the actions should get executed.

We can also set value using workflow lookup to any list/variable.




Loop with condition

This provides ‘While’ loop kind of functionality. Actions within loop get executed while given condition is true. For configuration of condition we have the flexibility of comparing values from any lists.




Enjoy looping in designer workflows!!