Add vertical list to accordion panel
Inject a "Vertical list ui element" into a designated "Accordion panel" of a "Accordion ui element"
Input parameters
Name | Description | Type | Required | Default value |
---|
Accordion ui element | Specify the target "Accordion ui element" where the "Vertical list ui element" should be added. | A UI Element that is on the template linked to the action | true | |
Accordion panel code | Specify the code of the panel to add the new "Vertical list ui element" to. | Text | true | |
Vertical list code | Specify the code of the new "Vertical list ui element" to add to the "Accordion panel". | Text | true | |
Output
Name | Description | Type | Default value |
---|
Vertical list | Specify the name of the variable that will contain the created "vertical-list" ui element. | PART | ACCORDION_PANEL_VERTICAL_LIST |