Loop an activity in Playbook until user continue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-11-2024 10:10 PM
Is it possible to loop an activity, for example user can create record multiple times until user wants to proceed to next activity?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-11-2024 11:38 PM - edited ‎12-11-2024 11:39 PM
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.
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-12-2024 12:50 AM
Thank you for the answer. How about stage? Can I loop the entire stage instead of activities?