- 12 Mar 2021
- 1 Minute to read
- Print
- DarkLight
Pulling Data From Data Grid Using Data Flow
- Updated on 12 Mar 2021
- 1 Minute to read
- Print
- DarkLight
Overview
Example Lab Details | |
Version | 6.13.0 |
Root Folder | Example Lab-Pulling Data From Data Grid Using Data Flow |
Modules | None |
Dependencies | None |
This Example demonstrates how to use a Data Flow to get data from a Data Grid.
Explanation
For this example a Form with a regular "Data Grid" and labels was created. This example uses the "Account" data type. The Data Grid output is configured to output a selected row and this will output a account type. The Data Flow used in this example takes in the selected account from the Data Grid and outputs only the account Id field. The output of the Data Grid is then mapped to the label on the Form to display the account Id of the selected account. The output of the Data Flow is configured to "refresh all the components listening to this data name" and the input is configured to "Run on Value Changed". The Main Flow starts off with a Fetch Entities step that fetches all the accounts and outputs an account list. This list is mapped to the Main Form's Data Grid Input. Run the Main Flow to test this example.