You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/iot-operations/connect-to-cloud/howto-create-dataflow.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -519,7 +519,7 @@ In the operations experience, the *Enrich* stage is currently supported using th
519
519
520
520
You can rename a datapoint using the **Rename** transform. This operation is used to rename a datapoint in the source data to a new name. The new name can be used in the subsequent stages of the dataflow.
521
521
522
-
1. Under **Add Transform (optional)**, select **Rename** > **Add**.
522
+
1. Under **Transform (optional)**, select **Rename** > **Add**.
523
523
524
524
:::image type="content" source="media/howto-create-dataflow/dataflow-rename.png" alt-text="Screenshot using operations experience to rename a datapoint.":::
525
525
@@ -537,7 +537,7 @@ You can rename a datapoint using the **Rename** transform. This operation is use
537
537
538
538
You can add a new property to the source data using the **New property** transform. This operation is used to add a new property to the source data. The new property can be used in the subsequent stages of the dataflow.
539
539
540
-
1. Under **Add Transform (optional)**, select **New property** > **Add**.
540
+
1. Under **Transform (optional)**, select **New property** > **Add**.
541
541
542
542
:::image type="content" source="media/howto-create-dataflow/dataflow-new-property.png" alt-text="Screenshot using operations experience to add a new property.":::
543
543
@@ -606,7 +606,7 @@ To filter the data on a condition, you can use the `filter` stage. The condition
606
606
607
607
# [Portal](#tab/portal)
608
608
609
-
1. Under **Add Transform (optional)**, select **Filter** > **Add**.
609
+
1. Under **Transform (optional)**, select **Filter** > **Add**.
610
610
611
611
:::image type="content" source="media/howto-create-dataflow/dataflow-filter.png" alt-text="Screenshot using operations experience to add a filter transform.":::
612
612
@@ -666,7 +666,7 @@ To map the data to another field with optional conversion, you can use the `map`
666
666
667
667
In the operations experience, mapping is currently supported using **Compute** transforms.
668
668
669
-
1. Under **Add Transform (optional)**, select **Compute** > **Add**.
669
+
1. Under **Transform (optional)**, select **Compute** > **Add**.
670
670
671
671
:::image type="content" source="media/howto-create-dataflow/dataflow-compute.png" alt-text="Screenshot using operations experience to add a compute transform.":::
0 commit comments