Dependent controls in User step
The dependent controls feature enables dynamic data entry by updating available options based on prior user selections. When a user selects an option in one control (e.g., "Country"), the dependent control (e.g., "City") automatically filters to display only relevant options.
The dependent connection is done in Source using either Variable or Expression.
Variable - Select the table that will serve as the data source for the list.
Expression - Write the FlowScript expression that will serve as the data source for the list. You can add conditions based on target variables for controls within the User step.
Dependent controls can be combined with conditions to hide configuration to show or hide controls based on user-selected values.
Last updated