# Process Studio Workflows

**URL:** https://community.automationedge.com/t/process-studio-workflows/9447
**Category:** Get Help & Discuss
**Tags:** rpa, process-studio, workflow
**Created:** [May 9, 2023, 9:31am UTC](https://community.automationedge.com/t/process-studio-workflows/9447 "2023-05-09T09:31:07Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![nidhi.saraiya](https://avatars.discourse-cdn.com/v4/letter/n/ea666f/32.png) [@nidhi.saraiya](https://community.automationedge.com/u/nidhi.saraiya)
#### Post date: [May 9, 2023, 9:31am UTC](https://community.automationedge.com/t/process-studio-workflows/9447/1 "2023-05-09T09:31:07Z")

</div>

Can we define loops in Process Studio workflows? What are the types of loops we can define?

---

<div class="post-metadata">

### Author: ![Jane](https://avatars.discourse-cdn.com/v4/letter/j/ecb155/32.png) [@Jane](https://community.automationedge.com/u/Jane)
#### Post date: [May 9, 2023, 9:39am UTC](https://community.automationedge.com/t/process-studio-workflows/9447/2 "2023-05-09T09:39:27Z")

</div>

Process Studio has the Start Loop – Continue loop steps to define loops. You can define two types of loops in the Start Loop – Continue loop steps:

- Loop Iterator – In Loop Iterator, you just have to define an iterator and the number of times to loop. It implicitly creates a loop counter. It acts like a For loop.
- Conditional Loop – In a Conditional Loop, you need to define a loop counter explicitly and you can specify a condition. It acts like a While loop.

For more details, refer to the video for Start Loop – Continue Loop: [https://youtu.be/dr0VuKJ\_RlY](https://youtu.be/dr0VuKJ_RlY)
