Skip to main content
Version: Streamsheets 2.5

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

NameDescription
Streamsheet (optional)Define the Streamsheet to retrieve message data from. If empty the affiliated Streamsheet is used.
Message (optional)ID of Message to identify. If left empty, the current message in the inbox is used.

Return

Key for the inbox item.

Examples

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