[Rewst Master v2] PSA-Halo: Get Company Type
Inputs
Outputs
Key tasks
Jinja example
{{ [
{
"id": companytypes.id,
"name": companytypes.name,
"default": true if companytypes.id|string in ORG.VARIABLES[CTX.choose_variable]|d else false
}
for companytypes in TASKS.list_company_types.result.result
]
}}Previous[Rewst Master v2] PSA-Halo: Get Company StatusNext[Rewst Master v2] PSA-Halo: Get Priorities
Last updated
Was this helpful?

