Internal Parameters
  • 1 Minute to read
  • Dark
    Light
  • PDF

Internal Parameters

  • Dark
    Light
  • PDF

Article Summary

Internal parameters can be helpful if you use the same value in multiple areas in your script or if you need to manipulate a value throughout the execution of the script.

This article explains how to work with ScriptBuilder parameters.

Creating Internal Parameters

  1. To set a parameter, click the Add button  and select Set parameter.

  2. Define the name of your parameter and its initial value. Then click on Add.


The instruction for creating the parameter and its value will appear in the scriptBuilder.

Important!

For string values, use single quotation marks.


Upon playing the instruction in ScriptBuilder, the below validation will appear.


Viewing Internal Parameter

To view defined internal parameters and their values, click the menu button and select Parameters.

Utilizing Internal Parameters

You can utilize internal parameters anywhere in your script. For example, when validating a screen element value in an expression. To add input parameters to your expression, click the parameters button to select from existing pre-defined internal parameters.


Click on equals to change the operator. You can select from Equals, Not equals, Contains, Starts with or Ends with.