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