From Bright Pattern Documentation
< 5.2:Desktop-javascript-api-specification
Revision as of 04:31, 29 May 2024 by BpDeeplTranslateMaintenance (talk | contribs) (Updated via BpDeleteTranslateTags script)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
• 5.19 • 5.2 • 5.3 • 5.8

Post Variable

Enables a variable to be pushed to a scenario as if the Set Variable block is included; the variable is then available in scenarios and workflows.

Request

Syntax

postVariable(name, value);

Parameters

Parameter Type Optional/Required Description
name String Required The name of the desired variable
value String Required The resulting value of the variable
< Previous | Next >