Overview
Example Lab Details | |
| Version | 6.5.0 |
| Root Folder | Example Lab - Split List |
| Modules | None |
| Dependencies | None |
This Example Lab demonstrates the ability to take in a list and split them into two separate lists according to the given rule in the Flow.
Explanation
In this Flow, given a list as Input, iterate through each item in the list and determine if that number is odd or even. If the number is even, add it to the list of even numbers; the same process occurs for odd numbers as well. Then return both odd and even number list as the result. As a result we now have two different lists made from a single list. We have an Odd Number List and an Even Number List.
