Dynamically Populated Lists in Forms
- 10 May 2023
- 1 Minute to read
- Print
- DarkLight
Dynamically Populated Lists in Forms
- Updated on 10 May 2023
- 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.9.2 |
Root Folder | ExampleLab - Dynamically Populate Lists On Forms |
Modules | None |
Dependencies | None |
This Example Lab project demonstrates a list box being dynamically populated from inputs on the same form
Explanation
The Main Flow displays the Form to the user that creates a dynamically selectable list based on two inputs on the Form. The logic that builds the list selector data is contained in the Form itself in a Data Flow.
This Data Flow is run by the Main Form to dynamically populate a list selector. It takes two strings as input and then outputs a list of strings. That list of strings is then output on a selectable list Text Box
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.9.2 or later using our Importing/Exporting article.
Was this article helpful?