Value is the text the job will receive in the parameter. Use this field to control how the text will provided to the job

If the data provider returns a simple list of strings, each value can be referred by the variable 'value' in javascript expressions

Some examples. Let's assume the data provider resulted in the following json:

[
	{"name": "Eddard Stark","id":"estark", "house":"Stark"},
	{"name": "John Snow","id":"jsnow", "house":"Stark"},
	{"name": "Tyrion Lannister","id":"tlannister", "house":"Lannister"},
	...
]
Some valid examples: