Local Variable Variables are used to store information to be referenced and manipulated in a program. They also provide a way of labeling data with a descriptive name, so our programs can be understood more clearly by the reader and ourselves. It is helpful to think of variables as containers that hold information. Their sole purpose is to label and store data in memory, this data can then be used throughout your program. Types of Variables Value List Array Random Naming convention should be followed while naming a variable Ex: v Ran Account , every variable name should start with lower case v , followed by type of variable Ran [Random] and followed by name Account In every task bot/task editor,by default we could able to see two variables. my-list-variable [List Type] Prompt-Assignments [Value Type] These above two variable are allowed to edit or remove from the task editor Local variables list. Random It will provide the data randomly without any manua...