Add vertical list ui element to a step of a stepper ui element
Inject a "Vertical list ui element" into a designated "Step" of a "Stepper ui element"
Input parameters
Name | Description | Type | Required | Default value |
---|
Stepper ui element | Specify the target "Stepper ui element" where the "Vertical list ui element" should be added. | A UI Element that is on the template linked to the action | true | |
Step code | Specify the code of the step 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 "Step". | 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 | STEP_VERTICAL_LIST |