List presentation
Last updated
Last updated
A list presentation control is utilized to display a list without requiring the user to select any record. Therefore, it does not have a "Target Variable" property.
Source
Variable - Select a data source containing the data to display in 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. If variables within the user step are used in the condition, ensure that is set to true for the user step. The user step must allow dependencies for this functionality to work properly.
Example:
Prompt The label to be displayed at the top of the list.
Large Text Enter the text and variables to be displayed in the list (this can be left empty, but note that either large or small text needs to be configured to show something in the list). Use {} to access a list of available variables from the source table.
Small Text Enter the text and variables to be displayed in the list (this can be left empty, but note that either large or small text needs to be configured to show something in the list). Use {} to access a list of available variables from the source table.
Row Hyperlink Template Enter a variable here to create hyperlinks in the list.
Item Style Utilize a case statement to determine the color that the columns should have. Example:
Colors: Set the color using the FlowScript RGB function followed by the RGB code or use a HEX code for the color. Additionally, you can use predefined colors from the fixed color palette: GREEN, RED, YELLOW, BLUE, and PURPLE.
Group Rows By If the list should be grouped, choose a column from the source table to group the list by. Set to "None" if the list is not to be grouped.
Condition To Hide
Specify the condition that must be fulfilled for the control to be hidden. If left unspecified, the control will remain visible in the user step. Note that when controls are hidden, empty variables will be generated unless default values or pre-defined data exist.