The Execute-Script Action provides a box to execute functions or perform computations in. To show what can be executed in the script box, in the example provided we start by declaring a variable called ScriptVariable and give it the value of zero. After that, executing the script action takes the ScriptVariable and adds a random number from 1 to 10 to it using the math.random function. This shows you can call functions, peform math equations, and reference variables in the script box.