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
Name | Type | Description |
---|---|---|
Streamsheet (optional) | Sheet | Define the Streamsheet to retrieve message data from. If empty the affiliated Streamsheet is used. Options: |
Message (optional) | String | ID of Message to identify. If left empty, the current message in the inbox is used. |
Return
Type | Description |
---|---|
String | Key for the inbox item. |
Examples
Formula | Result | Comment |
---|---|---|
| [S1][] | Returns an identifier that can be used in other Streamsheet functions like DELETE. |