Cookie Name:
Variable to assign cookie value to:
When used in conjunction with the SET COOKIE action you can retrieve the value of the cookie and assign it to any other value you have in your code, or you can do something like assign it to a global variable like "window.myStoreHouse" and use other actions to subsequently grab that global variable to do stuff. You might also then use the CONDITIONAL action to bring up an alert to show the cookie value using "IF:TRUE THEN:alert(window.myStoreHouse)"