- 24 Aug 2021
- 1 Minute to read
- Print
- DarkLight
Automating Multiple Assignment Creation
- Updated on 24 Aug 2021
- 1 Minute to read
- Print
- DarkLight
Overview
Example Lab Details | |
Version | 6.18.0 |
Root Folder | Example Lab - Automating Multiple Assignment Creation |
Modules | None |
Dependencies | None |
This Example Lab demonstrates how automatically generate and send multiple Assignments.
Explanation
In this example, two Flows create Assignments and then send them to their intended paths respectively. This parent Flow starts with the Create or Copy Data step which creates input names for the later Add Item to List and Add steps. The "Enter Number of Assignments" Form prompts the user for the number of Assignments they would like created. The loop within the ForLoop step, which iterates based off the requested number, creates the Assignments and moves them in the list made in the Create of Copy Data step. Then the BranchForEach step, the Assignment Subflow containing only the Form to be assigned, and the Branch step and Branch step sends the requested number of forms to the assigned accounts/groups.