Import Excel File and Use It for a Drop Down
  • 03 Aug 2023
  • 1 Minute to read
  • Dark
    Light

Import Excel File and Use It for a Drop Down

  • 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.6.0
Root FolderExample Lab - Import Excel File and Use it For a Drop Down
Modules None
DependenciesNone

This Example Lab demonstrates how to import an Excel File and use the data to populate a drop-down list on a Form.


Explanation

This Example Lab Project displays a Form with a drop-down list populated from data imported from an Excel File. This Flow takes an Excel File as "File Data"  using the Import Excel or CSV Step. The Import Excel or CSV Step output is a list called "Imported Data". This data is then passed to the For Each Row step which loops through the data and then passes it to the Create step, which creates the records in the database. Once the test data is created in the database, the Flow "Fetch Car info" uses a Fetch Entities Step to fetch the test data imported from the Excel sheet and outputs a list of strings. This list of strings is then used to populate the drop-down list on the Form. This is done using a Data Flow to pass the values to the drop-down list.

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





Was this article helpful?