Loop an activity in Playbook until user continue

darthkims
Tera Contributor

Is it possible to loop an activity, for example user can create record multiple times until user wants to proceed to next activity?

2 REPLIES 2

Animesh Das2
Mega Sage

Hi @darthkims,

 

You can create a custom activity which will have a Flow inside. In that underlying flow you can use I added a "Do the following until" loop.

You can have a look quick look at this community thread for little more information.

Use loop in Playbook 

 

If this address your question, please don't forget to mark this response correct by clicking on Accept as Solution and/or Kudos.

You may mark this helpful as well if it helps you.

Thanks, 

Animesh Das

Thank you for the answer. How about stage? Can I loop the entire stage instead of activities?