---
sourceDocument: Australia IT Operations Management
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/it-operations-management

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia IT Operations Management

ft:clusterId :

    - itom

bundleId :

    - itom

workflow :

    - Technology


---

# CAL - Integer Stream action

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

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

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=australia&pubname=australia-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=australia&pubname=australia-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.

