Autotask icon

Autotask

Consume Autotask REST API

Actions389

Overview

This node operation counts the number of company location records in the Autotask system based on specified criteria. It is useful for scenarios where you need to quickly determine how many company locations exist or match certain filters, such as reporting, auditing, or conditional workflow branching.

Properties

Name Meaning
Fields Defines which fields of the company location resource to map or consider during the count operation. This allows customization of the data fields involved in the operation, supporting precise filtering or mapping as needed.

Output

JSON

  • count - The total number of company location records matching the specified criteria.

Dependencies

  • Requires an API key credential to authenticate with the Autotask REST API.

Troubleshooting

  • Ensure the API credentials are correctly configured and have sufficient permissions to access company location data.
  • If the count result is zero unexpectedly, verify that the filtering criteria or mapped fields are correctly set and that the Autotask account contains company location records.
  • Common error messages may include authentication failures or unsupported resource errors; verify the resource name is 'companyLocation' and operation is 'count'.

Discussion