Dynamically Building a List of Items
- 12 Mar 2021
- 1 Minute to read
- Print
- DarkLight
Dynamically Building a List of Items
- Updated on 12 Mar 2021
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Example Lab Article
While Example Lab projects are resources for public use, articles and assets are not actively maintained. Screenshots and features are from the specified version below. These references may become dated as new versions are released.
Overview
Example Lab Details | |
Version | 6.10.2 |
Root Folder | Example Lab - Building a List of Items |
Modules | None |
Dependencies | None |
This Example Lab demonstrates how to create a dynamic list using the Add Item to List Step.
Explanation
This flow works by first establishing a null list of Accounts, afterwards the Flow fetches all Accounts in the system, and runs them through a For Each Step. On each loop the Flow check to see if the Email of that Account contains '@', if it does it will then added it to our previously established list, if not we go to the next item in the list. Once the For Each loop is finished, the final list is passed into output on the End Step.
Reference Articles
Project Download
The examples attached were developed to be instructional and were not developed as officially supported components. For more information or to engage our service team to develop fully supported, production quality solutions, please contact services@decisions.com. Import the project below to a Decisions environment on version 6.10.2 or later using our Importing/Exporting article.
Was this article helpful?