Skip to content

Commit 744fabe

Browse files
authored
typo
1 parent ac3eef5 commit 744fabe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/iot-operations/connect-to-cloud/howto-create-dataflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ To map the data to another field with optional conversion, you can use the `map`
198198
|------------------------------------------------|-------------------------------------------|
199199
| builtInTransformationSettings.map[].inputs[] | Inputs for the map operation |
200200
| builtInTransformationSettings.map[].output | Output field for the map operation |
201-
| builtInTransformationSettings.map[].expresssion | Conversion formula for the map operation |
201+
| builtInTransformationSettings.map[].expression | Conversion formula for the map operation |
202202

203203
For example, you could use the `temperature` field in the source data to convert the temperature to Celsius and store it in the `temperatureCelsius` field. You could also enrich the source data with the `location` field from the contextualization dataset:
204204

0 commit comments

Comments
 (0)