Skip to main content
Version: Streamsheets 3.0

STEP.GET

Returns the current Streamsheet step.

info

A Streamsheet step is increased only if the Streamsheet is processed, which is not necessarily the case on each App step.

To get the steps for Streamsheets which are repeatedly triggered by execute refer to repeatindex.get().

Syntax

=STEP.GET([Streamsheet])

Arguments

NameTypeDescription
Streamsheet (optional)SheetDefine the Streamsheet to retrieve step count from. If not specified affiliated Streamsheet is used.

Options:

Return

TypeDescription
NumberCurrent Streamsheet step.

Examples

FormulaResultComment
=STEP.GET()
1
=STEP.GET(Sheet2!)
1