Overview
Example Lab Details | |
| Version | 6.12.1 |
| Root Folder | Example Lab - Set Flow Output |
| Modules | None |
| Dependencies | None |
This Example Lab project demonstrates how to set a flow's output based on different conditions within the flow.
Explanation
This flow takes in a number as an input, and depending on where it's greater than 5 or not, outputs a different string. You can use the unit tests to see the two possible results, or try it yourself in the debugger. Both outcomes from the rule are mapped to different create data steps that set the "Output" string to reflect the rule's result. On the end step, the only string being output from the flow is the "Output" string, which will populate from either one of the create data steps.
