For data providers that returns JSON arrays, there are display and values. Display is the text the user will see when inserting tokens. Value is the value that will be given to the build.
This field allows you specify one the the json's field names, leave it empty to use the whole json as value or write a javascript expression using the fields between {}'s.
If the dataset returns a simple list of strings, the value of this field is ignored.
Some examples. Let's assume the dataset 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: