Overview
Example Lab Details | |
| Version | 6.9.2 |
| Root Folder | Example Lab - For Each In Group |
| Modules | None |
| Dependencies | None |
This Example Lab project fetches a small set of data to sort through and group based off of email.
Explanation
This Example Lab project contains a Flow that uses a Get All step to pull in the SupprtExampleStructure test data. This data is passed to the ForEachInGroup step, which loops through the data and groups all of the projects associated with the target email, based on the group/email that is configured in the Sub-Flow step properties.
The Sub-Flow operates to receive the email address and associated list of projects, then use a Join Strings step to comprise the list and assign them to the correlated email address.
.png)