var app = Application.currentApplication() app.includeStandardAdditions = true var res = app.chooseFromList({{json .Items}}, {{json .Options}}) res.join({{json .Separator}})