CAL - Integer Stream action

  • リリースバージョン: Australia
  • 更新日 2026年03月12日
  • 所要時間:2分
  • Action that returns an array of integers in the specified range.

    Roles and availability

    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.
    Role requirements
    This action requires roles granted by delegated development or assigned to the user. For more information, see User access to Flow Designer.

    Cloud permission

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

    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.

    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

    You can use these outputs as inputs for other actions.

    Integer Stream
    Data type: Array.Integer

    An array of integers.