5 lines
174 B
Text
5 lines
174 B
Text
|
var app = Application.currentApplication()
|
||
|
app.includeStandardAdditions = true
|
||
|
|
||
|
var res = app.chooseFromList({{json .Items}}, {{json .Options}})
|
||
|
res.join({{json .Separator}})
|