UtilizationLabel data type
The UtilizationLabel data type can be a useful tool in helping flow authors easily obtain details about a utilization label. Use utilization data types for single and collection values for the functions listed in this table:
| Function | Description |
|---|---|
| FindUtlizationLabel | Searches for a Utilization Label in the organization. If it finds a unique match, it returns the value of a UtilizationLabel, otherwise returns a UtilizationLabel with a value of NOT_SET. |
|
FindUtilizationLabelById |
Searches for a Utilization Label in the organization by ID. If it finds a unique match, it returns the value of a UtilizationLabel, otherwise returns a UtilizationLabel with a value of NOT_SET. |
|
ToUtilizationLabel |
Converts a value to a Utilization Label. |
| Property | Description |
|---|---|
| id | The identifier of the utilization label. |
| name |
The name of the utilization label. |
