Overview
Example Lab Details | |
| Version | 6.10.1 |
| Root Folder | Example Lab - Search a Drop Down List |
| Modules | None |
| Dependencies | None |
This Example Lab project is to show how to search for values in a drop-down list based on user input.
Explanation
This project works by allowing a user to search through a drop-down list by typing into the list. The drop-down list is set up to be populated through a drop-down list Flow. The drop-down is set up to use the Account data structure and show email addresses. The drop-down list Flow takes in a Flow input called String, which comes into the Flow every time a user types in a new keystroke. This allows the Fetch Entities step to properly fetch and filter the results to show back on the drop-down list for the user to select.

