Views:

Description

Set a variable that is shared across the event that triggered it. 

Note you need to use the function GetSharedVariable to reference this variable later

Signature

SetSharedVariable('name', variable)

Example

SetSharedVariable('Example123', ToString('Hello'))

See online examples

Parameters

Name Type Description Required
action1 xxxx xxxx xxxx