We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a373b6f commit c8409baCopy full SHA for c8409ba
ReleaseNotes/2.0.0.md
@@ -37,8 +37,8 @@
37
"inputs":
38
{
39
"Body": {
40
- "@Value1": "data.MyValue",
41
- "Value2": 2
+ "@Value1": "data.MyValue * 2",
+ "Value2": 5
42
},
43
"Headers": {
44
"Content-Type": "application/json"
@@ -47,9 +47,11 @@
47
```
48
49
* Support for enum values on input properties
50
+
51
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.
52
53
* Environment variables available in input expressions
54
55
You can now access environment variables from within input expressions.
56
usage:
57
0 commit comments