Skip to main content
Version: Streamsheets 2.3

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
StreamsheetOptional. Define the Streamsheet to retrieve message data from. If empty the affiliated Streamsheet is used.
MessageOptional. ID of Message to identify. If left empty, the current message in the inbox is used.

Return Value

Key for the inbox item.

Example

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