Add Input

Adding an input involves defining the parameters that will be used in the formula. Inputs are essential for building dynamic and customizable formulas.

Steps to Add an Input

  1. Navigate to the Inputs Tab

    • Go to the Formula Page where you want to configure inputs.

    • Click on the Inputs tab. This tab displays the list of already defined inputs for the selected action.

  2. Initiate Input Creation

    • In the Tabs and Actions Bar section, click the New Input button. This opens the New Input Drawer.

  3. Enter Input Details

    • The New Input drawer will appear with the following fields:

      • Name

        • Enter a unique name for the input.

        • Validation Rules:

          1. The name must be unique within the formula.

          2. The name length should be between 2 and 100 characters.

          3. The name cannot be empty, include special characters, or start with a numeric character.

      • Description (Optional)

        • Provide a brief description of the input's purpose within the formula.

        • Validation Rules:

          1. The description length should be between 0 and 400 characters.

      • Type

        • Select the type of input from the following options:

          • Text

          • Whole Number

          • Decimal

          • Date/Time

          • Boolean

          • Enum

          • File

        • Additional fields related to the type may appear depending on the selected type. Refer to the Properties > Property Types section for more details.

      • Nullable

        • Indicate if the input can accept null values.

  4. Submit the Input

    • Click the Submit button to add the new input to the action.

    • The newly created input will now appear in the list under the Inputs tab.

Last updated