Concepts → Variable
About Variables
Variables store data that can change based on specific conditions or information passed to the variable. Incorta contains several types of built-in variables. Here are the types built-in system variables:
You also have the ability to create and define your own variables. There are two categories of user-defined variables: Session Variables and Global Variables.
You can create three categories of Sessions Variables:
Global Variables are a category into themselves and serve as a defined constant of a specific data type. To learn more, review: