Pulling Data From Data Grid Using Data Flow
  • 12 Mar 2021
  • 1 Minute to read
  • Dark
    Light

Pulling Data From Data Grid Using Data Flow

  • Dark
    Light

Article summary

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

Version6.13.0
Root FolderExample Lab-Pulling Data From Data Grid Using Data Flow
Modules None
DependenciesNone

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.

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.13.0 or later using our Importing/Exporting article.





Was this article helpful?