Add template ui elements to horizontal list
Inject a "Template ui element" into a designated "Horizontal list." for every object within a certain list
Input parameters
Name | Description | Type | Required | Default value |
---|---|---|---|---|
List | Specify the list of objects for which to add an template for each object. | List | true | |
List ui element | Specify the target "Horizontal List" where the "Template ui element" should be added. | A UI Element that is on the template linked to the action | true | |
Template | Specify the "Template" to be dynamically inserted into the chosen "Horizontal List". Use the parameter (ITEM) on this template to receive the data from the list. This must be a template that is marked as a reusable component. | Template | false | |
Code | Specify the code of the template ui element to be dynamically inserted into the chosen "Horizontal List" | Text | false | |
Form group | Specify the form group of the template ui element to be dynamically inserted into the chosen "Horizontal List" | Text | false | |
Template parameters | Parameters specific to the chosen "Template" | TEMPLATE_PARAMS | false |