[Rewst Master v2] PSA-Kaseya: Get Roles
Inputs
Outputs
Key tasks
Jinja example
{{
[
{
"id": role.id,
"label": role.name,
"default": true if role.id == ORG.VARIABLES[CTX.choose_variable]|d|int else false
}
for role in TASKS.kaseya_bms_list_roles.result.result
] | sort(attribute="label") | unique(attribute="id")
}}Previous[Rewst Master v2] PSA-Kaseya: Get IssueTypesNext[Rewst Master v2] PSA-Kaseya: Get Priorities
Last updated
Was this helpful?

