---
sourceDocument: Australia Build workflows
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/build-workflows

 Release :

    - australia

ft:locale :

    - en-US

ft:publication_title :

    - Australia Build workflows

ft:clusterId :

    - crworkflow

bundleId :

    - crworkflow

workflow :

    - Creator


---

# Array.Integer data type

# Array.Integer data type {#ariaid-title1}

* Release version: Australia
* 
* Updated March 12, 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

Store a sequence of numeric integer data in an array.

## Basic options {#array-integer-data__section_cqz_bzn_dlb}

{#array-integer-data__table-basic-data-options__entry__2}{#array-integer-data__basic-data-label}{#array-integer-data__basic-data-name}{#array-integer-data__basic-data-type}{#array-integer-data__basic-data-mandatory}

| Option | Description |
|-|-|
| Label | Displays the label used to identify the data variable in the Workflow Studio interface. The label can consist of any text. |
| Name | Displays the name used to identify the data variable in script calls. The name can only consist of alphanumeric and underscore characters. The system automatically converts the label into a valid name by removing or replacing any special characters. |
| Type | Indicates the type of data stored by the data variable. |
| Mandatory | Indicates whether the data variable must contain a value when configured in an action. |
[ ]

{#array-integer-data__table-basic-data-options}

## Advanced options for Array variables {#array-integer-data__section_a1h_dzn_dlb}

{#array-integer-data__table_gkd_5t3_dlb__entry__2}

| Option | Description |
|-|-|
| Hint | Provides guidance to flow or action designers on how to configure the data. |
| Max rows | Specifies the maximum number of entries to display in the Workflow Studio interface. The array can store more values than it displays. |
[ ]

{#array-integer-data__table_gkd_5t3_dlb}

## Advanced options for Integer variables {#array-integer-data__section_yyx_5z3_dlb}

{#array-integer-data__table_kfx_vz3_dlb__entry__2}

| Option | Description |
|-|-|
| Hint | Provides guidance to flow or action designers on how to configure the data. |
| Default value | Specifies the value used when a flow or action designer does not provide a value. |
[ ]

{#array-integer-data__table_kfx_vz3_dlb}

## Example {#array-integer-data__section_brd_cbk_kyb}

You can use an array of integers to store the output of a script method call. For example, the Fetch Document Approval Sequence action uses a script step to generate an approval sequence data pill. The script output variable
stores the sequence of approvers as an array of integers.  
Figure 1. Script output of Fetch Document Approval Sequence action

