Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Array.Integer data type

Store a sequence of numeric integer data in an array.

Basic options

OptionDescription
LabelDisplays the label used to identify the data variable in the Workflow Studio interface. The label can consist of any text.
NameDisplays 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.
TypeIndicates the type of data stored by the data variable.
MandatoryIndicates whether the data variable must contain a value when configured in an action.

Advanced options for Array variables

OptionDescription
HintProvides guidance to flow or action designers on how to configure the data.
Max rowsSpecifies the maximum number of entries to display in the Workflow Studio interface. The array can store more values than it displays.

Advanced options for Integer variables

OptionDescription
HintProvides guidance to flow or action designers on how to configure the data.
Default valueSpecifies the value used when a flow or action designer does not provide a value.

Example

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.

Image omitted: example-script-output-array-integers.png
Script step that defines an output variable named Approver Sequence with the data type of Array.Integer

Parent Topic:Workflow Studio input and output data variables