JSON external list takes the items value from JSON file. The values in CSV needs to be separated by comma. OptimiDoc updates the changes in CSV files automatically.
- Title - title of parameter
- Key - key which will be used in naming or destination. To use the parameter selected value put to the field [parameter_key]
- Required - if the parameter input is required
- Type - type of parameter
- Default value - predefined value which can be preselected from list or empty
- Path - path to JSON file with list items
|

|
The format of JSON file shall be following:
{
"key1": "value1",
"key2": "value2",
"...": "...",
}