Switch
The Switch function is a type of selection control mechanism used to allow the value of a variable to change the flow of control of the execution of application logic.
Last updated
The Switch function is a type of selection control mechanism used to allow the value of a variable to change the flow of control of the execution of application logic.
Last updated
Cases : It is a dynamic entry var, that is, you can add as many as needed by the user to compare the value of a variable or expression.
The field to be compared is added by name and then the + icon is clicked to add the case.
Value : It is the value to evaluate, it can come from a variable, control or function
Step by Step :