Is there a way to define data
[1]as a variable rather than hardcode, then return atrueorfalseonce all indexes has been checked andapp_sshis found or not ?
if (query8_userGroups.data[1].profile.name == "app_ssh") { return "true";
} else {
return "false";
}

