Skip to main content
Version: Streamsheets 3.0

INBOX

Creates a key to reference an inbox item. This key is used in functions like DELETE to identify messages inside an inbox.

Syntax

=INBOX([Streamsheet], [Message])

Arguments

NameTypeDescription
Streamsheet (optional)SheetDefine the Streamsheet to retrieve message data from. If empty the affiliated Streamsheet is used.

Options:
Message (optional)StringID of Message to identify. If left empty, the current message in the inbox is used.

Return

TypeDescription
StringKey for the inbox item.

Examples

FormulaResultComment
=INBOX(Sheet1!)
[S1][]Returns an identifier that can be used in other Streamsheet functions like DELETE.