Skip to content

Commit d748de5

Browse files
authored
Clarify that you can't intialize multiple variables with a single action
1 parent ccd79f3 commit d748de5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/logic-apps/logic-apps-create-variables-store-values.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@ If you switch from the designer to the code view editor, here is the way that th
9797
},
9898
```
9999

100+
> [!NOTE]
101+
> Although the **Initialize variable** action has a `variables` section that's structured as an array,
102+
> the action can create only one variable at a time. Each new variable requires an individual **Initialize variable** action.
103+
100104
Here are examples for some other variable types:
101105

102106
*String variable*
@@ -197,7 +201,7 @@ To increase or *increment* a variable by a constant value, add the **Increment v
197201

198202
To add an action between existing steps, move your mouse over the connecting arrow so that the plus sign (+) appears. Select the plus sign, and then select **Add an action**.
199203

200-
1. In the search box, enter "increment variable" as your filter. In the actions list, select **Variables - Increment variable**.
204+
1. In the search box, enter "increment variable" as your filter. In the actions list, select **Increment variable**.
201205

202206
![Select "Increment variable" action](./media/logic-apps-create-variables-store-values/select-increment-variable-action.png)
203207

0 commit comments

Comments
 (0)