Overview
Example Lab Details | |
| Version | 6.5.0 |
| Root Folder | Example Lab - Greatest Value of Joined Table Group Step |
| Modules | None |
| Dependencies | None |
This Example Lab demonstrates how to create two lists of data types and compare the largest data entries of the two.
Explanation
Using the Create Data step, this creates two small samples list of two different data types. TableOne holding values and IDs, and TableTwo for the names associated with those IDs. Then the flow iterates through TableOnes values with the For Each Group Step based off of TableTwo's IDs. Then For Each value in the grouping, add them to a Sum list. Afterwards the Flow uses a Sort Array step to sort based off of the Sum in descending order and store the top value with its associated data to the resulting list. Repeat this for the next group and return the resulting list.
.png)