Arrays
Dynamic Data Configuration
children:
- type: component.form
instanceId: food-selection
options:
children:
- type: component.dropdown
instanceId: meals
options:
label: meal options
data: [email protected]
# use eval to return an array on food selected in the dropdown
initialValue: =$eval(@ctx.datasources.food.name)
item:
type: component.dropdown-item
options:
title: [email protected]
value: [email protected]SQL Configuration
Create a filtered list from an array of records

Last updated
Was this helpful?