[Rewst Master v2] PSA-Kaseya: Get Account Type
Inputs
Outputs
Key tasks
Jinja example
{{
[
{
"id": account_type.accountTypeId,
"name": account_type.accountType,
"default": true if account_type.accountTypeId|string in ORG.VARIABLES[CTX.choose_variable]|d else false
}
for account_type in TASKS.kaseya_bms_list_accounts.result.result
if account_type.isActive == true
] | sort(attribute="name") | unique(attribute="id")
}}Last updated
Was this helpful?

