Defining the Input Parameters

While you can enter a value directly into a function, you can use input parameters as placeholders that are filled when the function runs. For example, the following input parameters are used for the number of correct answers on a test and the total number of questions on that test.

Example of Input Paramters for Rules formulas.

To define an input parameter:

  1. Under Input Parameters, use the Name field to provide a unique name. The name cannot contain spaces, so use underscores instead.
  2. Select the text under Type to select the type of data in the parameter.
  3. Optional: Select the checkbox under Multi-value to accept more than one value in the parameter.

    Example: A multi-value input parameter with values 1, 2, and 3 contains "1,2,3".

  4. Click the Test button to ensure output is as expected.