Variables

  1. Navigate to the Global Variables tab in the sidebar.

  2. Click the Create New button.

  3. In the dialog box, enter a Name for the variable (e.g., userName).

  4. Select the Type from the dropdown menu (Text, Json, or JavaScript).

  5. Enter the Value or script code corresponding to your selected type.

  6. Click Create to save the new global variable.

Types of variables supported

  1. Text Variable

Example:

Name: userName

Type: Text

Value: John Doe

  1. JavaScript Variable

Example:

Name: randomEmail

Type: JavaScript

Value: A custom function to generate dynamic data.

  1. JSON Variable

Example:

Name: office_location

Type: Json

Value: A structured data object.

Last updated