---
sourceDocument: Yokohama IT Operations Management
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/yokohama/it-operations-management

 Release :

    - yokohama

ft:locale :

    - en-US

ft:publication_title :

    - Yokohama IT Operations Management

ft:clusterId :

    - itom

bundleId :

    - itom

workflow :

    - Technology


---

# CAL - Integer Stream action

# CAL - Integer Stream action {#ariaid-title1}

* Release version: Yokohama
* 
* Updated January 30, 2025
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

Action that returns an array of integers in the specified range.

## Roles and availability {#cal-integer-stream__section_ryw_k5j_gtb}

Subscription requirements
:   To use this action in custom flows, you must obtain an Integration Hub Enterprise subscription or an App Engine subscription. For more information, see [Request Integration Hub](https://www.servicenow.com/docs/access?context=request-ih-overview&version=yokohama&pubname=yokohama-integrate-applications&ft:locale=en-US).

Role requirements
:   This action requires roles granted by delegated development or assigned to
    the user. For more information, see [User access to Flow
    Designer](https://www.servicenow.com/docs/access?context=user-access-flow-designer&version=yokohama&pubname=yokohama-build-workflows&ft:locale=en-US).

## Cloud permission {#cal-integer-stream__section_en5_hxr_jtb}

You don't need any cloud permission to execute this action.

## Inputs {#cal-integer-stream__section-inputs}

Provide a value for each input that your action needs. To add
dynamic values, you can also select data pills using the pill picker.{#cal-integer-stream__inputs-description}

start
:   Data type: Integer

    An integer specifying
    at which position to start.

end
:   Data type: Integer

    An integer specifying
    at which position to stop. The returned integer stream
    doesn't include the end integer.

step
:   Data type: Integer

    An integer specifying
    the increment interval for the integer stream.

## Outputs {#cal-integer-stream__section-outputs}

You can use these outputs as inputs for other
actions.{#cal-integer-stream__outputs-description}

Integer Stream
:   Data type: Array.Integer

    An array of integers.

