Documentation Index

Fetch the complete documentation index at: https://documentation.decisions.com/llms.txt

Use this file to discover all available pages before exploring further.

Have Questions?  Need Expert Answers?  JOIN LUNCH N' LEARNS!

Create Rule Set

Prev Next
Step Details

--
Last Modified in Version9.29
LocationSystem > Advanced > Studio

Create Rule Set generates a Rule Set and provides the Rule Set ID as the Output. 


Properties

Configuration

PropertyDescriptionData  Type
UsageAllows Users to specify the usage type. Boolean
Specify Dynamic Inputs (For 9.29+)Allows Users to set the Input as dynamic.Boolean
Specify Dynamic Output (For 9.29+)Allows Users to set the Output as dynamic.Boolean

Inputs

PropertyDescriptionData Type
Dynamic InputsWhen the Dynamic Input checkbox is selected, this field will display, enabling Users to specify a list of Dynamic Inputs. --
Folder IdEnables Users to specify the Folder IDString
NameEnables Users to specify the name of the Rule Set.String

Outputs

PropertyDescriptionData Type
Dynamic OutputWhen the 'Specify Dynamic Input' toggle is on and the Usage type option is set to DataReturn, this field will display, enabling Users to specify the Dynamic Output Return Type for the Rule Set.
Unit TestOutputs the created Rule Set ID. String


Example Inputs and Outputs

Inputs: 


      "Name": 
      "Type": 
      "IsList":
      "Description": 
    },
    {
      "Name": 
      "Type": 
      "IsList": 
      "Description": 
    },
    {
      "Name": 
      "Type": 
      "IsList": 
      "Description": 
    },
    {
      "Name": 
      "Type": 
      "IsList": 
      "Description": 
    },
    {
      "Name": 
      "Type": 
      "IsList": 
      "Description": 
    },
    {
      "Name": 
      "Type": 
      "IsList": 
      "Description": 
    },
    {
      "Name": 
      "Type": 
      "IsList": 
      "Description": 
    }
  ]
}

Outputs: 

[
  {
    "path": "Done",
    "data": {
      "Rule Set Id": 
    }
  }
]


Step Changes

DescriptionVersionDateDeveloper Task
Added a new property called "Specify Dynamic Inputs" to the Create Rule Set Step that allows Inputs to be dynamic. 9.29July 2026[DT-046882]
Added a new property called "Specify Dynamic Outputs" to the Create Rule Set step.9.29July 2026[DT-047346]