[Rewst Master v2] PSA-Datto: Get Statuses
Inputs
Outputs
Key tasks
Jinja example
Example
{{-
{
"id": status.value,
"name": status.label,
"current_default": status.value|int == ORG.VARIABLES[CTX.choose_variable]|d|int
}
for item in CTX.all_statuses_collected.fields
if item.isPickList == true and item.name == "status"
for status in item.picklistValues
if status.isActive == true
-}}Last updated
Was this helpful?

