Skip to content

Commit 03ff6e6

Browse files
Merge pull request #294624 from PatAltimore/patricka-data-flow
Add datapoint placeholder info
2 parents 1494f5d + 8d9ff87 commit 03ff6e6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ You can use the **Compute** transform to apply a formula to the source data. Thi
677677
| Last known value | Optionally, use the last known value if the current value isn't available. |
678678

679679

680-
You can enter or edit a formula in the **Formula** field. The formula can use the fields in the source data. Enter `@` or select **Ctrl + Space** to choose datapoints from a dropdown.
680+
You can enter or edit a formula in the **Formula** field. The formula can use the fields in the source data. Enter `@` or select **Ctrl + Space** to choose datapoints from a dropdown. For built-in formulas, select the `<dataflow>` placeholder to see the list of available datapoints.
681681

682682
You can enter MQTT metadata properties using the format `@$metadata.user_properties.<property>` or `@$metadata.topic`. You can also enter $metadata headers using the format `@$metadata.<header>`. The `$metadata` syntax is only needed for MQTT properties that are part of the message header. For more information, see [field references](concept-dataflow-mapping.md#field-references).
683683

@@ -701,11 +701,8 @@ You can rename a datapoint using the **Rename** transform. This operation is use
701701
| New datapoint name | Enter the new name for the datapoint. |
702702
| Description | Provide a description for the transformation. |
703703

704-
Enter `@` or select **Ctrl + Space** to choose datapoints from a dropdown.
705-
706704
You can enter MQTT metadata properties using the format `@$metadata.user_properties.<property>` or `@$metadata.topic`. You can also enter $metadata headers using the format `@$metadata.<header>`. The `$metadata` syntax is only needed for MQTT properties that are part of the message header. For more information, see [field references](concept-dataflow-mapping.md#field-references).
707705

708-
709706
1. Select **Apply**.
710707

711708
#### New property

0 commit comments

Comments
 (0)