Skip to content

Commit c8409ba

Browse files
authored
Update 2.0.0.md
1 parent a373b6f commit c8409ba

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

ReleaseNotes/2.0.0.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"inputs":
3838
{
3939
"Body": {
40-
"@Value1": "data.MyValue",
41-
"Value2": 2
40+
"@Value1": "data.MyValue * 2",
41+
"Value2": 5
4242
},
4343
"Headers": {
4444
"Content-Type": "application/json"
@@ -47,9 +47,11 @@
4747
```
4848

4949
* Support for enum values on input properties
50+
5051
If your step has an enum property, you can now just pass the string representation of the enum value and it will be automatically converted.
5152

5253
* Environment variables available in input expressions
54+
5355
You can now access environment variables from within input expressions.
5456
usage:
5557
```

0 commit comments

Comments
 (0)