Overview
Example Lab Details | |
| Version | 6.9.2 |
| Root Folder | Example Lab - Change Text Values |
| Modules | None |
| Dependencies | None |
This Example Lab project demonstrates how to use a checkbox to fill a textbox with a specific number and select the matching number on a dropdown list.
Explanation
This project works by using a data Flow inside the Form. This data Flow runs a Rule that checks if the checkbox in the Form is checked or unchecked. If the checkbox is checked the Rule will return true and create a new output called "Result" with the value "3". This value is then passed to the Flow output which will then be used by the dropdown list and textbox. If the checkbox is not checked the rule returns false and nothing happens. This data Flow is run each time the value of the checkbox is changed by the user.
