---
sourceDocument: Australia ServiceNow AI Platform Capabilities
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/servicenow-platform

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia ServiceNow AI Platform Capabilities

ft:clusterId :

    - platcap

bundleId :

    - platcap

workflow :

    - Platform


---

# Data collector structure

# Structure of a data collector {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 Minute Lesedauer

This section describes the structure of a PaCE data collector.  
When you create a data collector, you can add inputs and outputs in the Javascript code. In the Data sources tab, select Add to create the inputs and outputs you want to add to your data collector. The following images show the pop-up window that will show up when you select Add under the Input or Output tab.  

<br />

<br />

The following image shows a sample data collector:  

To debug the data collector script, select the Debugger script icon ![Debugger icon](). For more information, see [Script Debugger API](https://www.servicenow.com/docs/access?context=scriptdebugger-api&version=australia&pubname=australia-api-reference&ft:locale=en-US).  
The following table lists the data collector function parameters and how they can be used in the script.{#pace-data-collector-structure__table_yrs_1kk_wbc__entry__2}

| Variable name | Description |
|-|-|
| Input | Inputs are used as parameters that help collect the correct data to be used in the policy. |
| Output | The parameter is used to pass the output of the data collector. Outputs are used to specify output variables that can be used in the policy logic. |
[ ]

{#pace-data-collector-structure__table_yrs_1kk_wbc}

Refer to the [Data type descriptions](https://servicenow-prod.fluidtopics.net/GJpoWn~ZZdQ30klgRPc2jg "The following is a list of the most common data types for creating a variable.") topic to see a list of the supported data types for the inputs and outputs.

