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: modules/ROOT/pages/int-configure-dw-expressions.adoc
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,7 +105,7 @@ image:int-dw-fx-data-tab.png["Data tab for expression field"]
105
105
image:int-dw-fx-data-tab-attributes.png["Data tab for expression field with mock attributes"]
106
106
|===
107
107
108
-
Automatically generated strings are displayed as mock values and are used to generate output for previews, such as in the <<tab-preview, Preview>> tab. The attribute metadata keys in the example come from the configuration of an `HTTP Listener` component in the flow.
108
+
The IDE shows the automatically generated strings as mock values and uses them to generate output for previews, such as in the <<tab-preview, Preview>> tab. The attribute metadata keys in the example come from the configuration of an `HTTP Listener` component in the flow.
109
109
110
110
The *Input/Output* tab shows the structure of data entering (*Input*) and exiting (*Output*) components. For example:
111
111
@@ -121,7 +121,7 @@ To get a list of available functions from a component *Functions* tab, the *fx*
121
121
For guidance, see <<open-fx-field>>.
122
122
. List available functions:
123
123
124
-
* To show a list of DataWeave functions from the Core module from an empty *fx* field, press Ctrl+Space in an _empty_ *fx* field. For example:
124
+
* To show a list of DataWeave functions from the `Core` module from an empty *fx* field, press Ctrl+Space in an _empty_ *fx* field. For example:
125
125
+
126
126
image::int-dw-fx-field-autocomplete.png["DataWeave autocomplete dropdown menu showing available Core module functions like abs, avg, ceil, and floor with their descriptions"]
127
127
* To show functions from all xref:dataweave::dw-functions.adoc#dw_modules[DataWeave modules], such as `String`, `Array`, and `Core` modules:
@@ -314,10 +314,10 @@ If you receive a metadata error:
314
314
* Confirm that data types match between input and output metadata where applicable.
315
315
. Review the metadata source:
316
316
+
317
-
* If metadata is generated from sample data, ensure the sample data structure is correct.
317
+
* If metadata is generated from sample data, verify that the sample data structure is correct.
318
318
* If metadata is imported from an API specification, verify the specification is valid and complete.
319
319
* Refresh metadata by clicking *More Actions* in *Transformation Builder* and selecting *Refresh metadata*.
320
-
. For *Map and Transform with AI*, ensure that:
320
+
. For *Map and Transform with AI*, verify that:
321
321
+
322
322
* Input sample data is provided and valid.
323
323
* Output sample data is provided and valid.
@@ -341,7 +341,7 @@ If you receive a request limit error:
341
341
. Contact your Anypoint Platform organization administrator if:
342
342
+
343
343
* Request limits are consistently reached during normal usage.
344
-
* You need to understand your organization's specific rate limits.
344
+
* You must understand your organization's specific rate limits.
345
345
. Consider alternative approaches:
346
346
+
347
347
* Use *Manually Adding Data Sources and Targets* for straightforward mappings. See <<manually-add-data-sources-targets>>.
0 commit comments