app.json Reference: dynamic choice parameters
Use dynamicChoiceParameter to fill choice Published Parameters from map.apps stores.
Structure
app.json
"dynamicChoiceParameter": [
{
"parameterName": "City",
"source": "store",
"storeId": "demostore",
"valueAttribute": "city_id",
"displayAttribute": "city_name",
"limit": 100,
"sort": "asc",
"filter": {"state": "NRW"}
}
]
| Property | Type | Required | Default | Notes |
|---|---|---|---|---|
|
|
|
|
FME Published Parameter to override. |
|
|
|
|
Currently |
|
|
|
|
ID of the configured map.apps store. |
|
|
|
|
Attribute used as actual parameter value. |
|
|
|
|
Attribute shown in the UI. |
|
|
|
|
Maximum number of returned records. |
|
|
|
|
Sort direction. |
|
|
|
|
Store query filter. |