Skip to main content
Version: Streamsheets 3.0

REPEATINDEX.GET

Returns the number of times a Streamsheet was triggered by execute. To get the number of steps a Streamsheet was processed refer to step.get() and to get the number of steps for a Streamsheet in repeat-calculation mode refer to cycle.get(). Only works in the repeating Streamsheet.

Syntax

=REPEATINDEX.GET()

Arguments

None

Return

TypeDescription
NumberCurrent execute repetition.

Examples

FormulaResultComment
=REPEATINDEX.GET()
1