Skip to content

Latest commit

 

History

History
47 lines (27 loc) · 1.59 KB

change-variable.md

File metadata and controls

47 lines (27 loc) · 1.59 KB
title parent tags
Change Variable
variable-activities
studio pro
change variable
variable
variable activities

{{% alert type="warning" %}} This activity can be used in both Microflows and Nanoflows. {{% /alert %}}

1 Introduction

Change variable allows you to change the value of an existing variable. For example, if you have a $Discount variable that gives customers a 50% discount on certain items, you can change this variable and assign a new value to it. You can use this value to give new customers a bigger discount:

Change Variable

2 Properties

There are two sets of properties for this activity, those in the dialog box on the left, and those in the properties pane on the right:

Change Variable Properties

The Change variable properties pane consists of the following sections:

3 Action Section {#action}

3.1 Variable

The variable which you want to change the value of.

3.2 Value

The new value for the variable. The value is entered using an expression. The type of the expression must be the same as the type of the selected variable.

4 Common Section {#common}

{{% snippet file="refguide8/microflow-common-section-link.md" %}}

5 Read More