Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.3 KB

create-variable.md

File metadata and controls

36 lines (22 loc) · 1.3 KB
title parent tags
Create Variable
variable-activities
studio pro

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

1 Introduction

With this action, you can create a new variable and assign a value to it.

{{% alert type="info" %}}

See Common Properties for properties that all microflow activities share (for example, caption). This page only describes the properties specific to the action.

{{% /alert %}}

2 Action Properties

2.1 Data Type

Defines what kind of data can be stored in the variable. A variable can have one of the following data types: Boolean, Enumeration, Decimal, Integer/Long or String.

2.2 Initial Value

Defines the initial value of the variable. The value is entered using an expression (the result of the microflow expression must match the data type of the variable).

3 Output Properties

3.1 Variable

Variable defines the name of the resulting variable. The variable can be used by all activities following this activity in the flow.