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.