Skip to main content
Version: Streamsheets 2.4

PRODUCE

Procudes a message using the specified Producer and a JSON configuration. Use json to creat a configuration object or reference an existing configuration from the outbox using the outbox function or from the inbox using INBOX.

Syntax

=PRODUCE(Producer, JSONConfiguration)

Arguments

NameDescription
ProducerProducer to use for producing.
JSONConfigurationA JSON that is either an existing message from the outbox or inbox, or created with JSON or DICTIONARY. A "message" field is required, all other fields depend on the used Prdocuer.

Return Value

TRUE, if no error.