Merging two Lists Onto a Data Grid
- 12 Mar 2021
- 1 Minute to read
- Print
- DarkLight
Merging two Lists Onto a Data Grid
- 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.9.2 |
Root Folder | Example Lab - Data Grid |
Modules | None |
Dependencies | None |
This Example Lab project demonstrates how to merge a list of account data and then display that information in a data grid.
Explanation
This project uses an Add To List step to combine the two lists into one. The Flow requires two list inputs which are then used as the inputs for the Add to List step. The first list input is used as the original list and the second list input as the new items list. Once finished, the combined list is then passed to the Form where it will be shown using the Data Grid Form component. The data grid can be customized in the Form editor to display specific columns of data for each account. In this example that data has been trimmed to only show a select few relevant data entries.
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?