diff --git a/modules/ROOT/pages/for-each-scope-concept.adoc b/modules/ROOT/pages/for-each-scope-concept.adoc index 1236ac7a9f..22f0c66d39 100644 --- a/modules/ROOT/pages/for-each-scope-concept.adoc +++ b/modules/ROOT/pages/for-each-scope-concept.adoc @@ -102,11 +102,11 @@ To download and open an example project while you are in Anypoint Studio, click For Each scopes open and close with a `` tag. Components that are affected by this scope are defined as child elements of the `` tag. -=== Configurable Properties +=== Configurable Variables [%header,cols="35,20,45"] |=== -|Property | Default | Description +|Variable | Default | Description | `collection` | `payload` | An expression that returns a Java collection, object array, map, or DOM @@ -114,7 +114,7 @@ For Each scopes open and close with a `` tag. Components that are affec | `counterVariableName` | `counter` -| Name of the property that stores the number of messages over which it iterates. +| Name of the variable that stores the number of messages over which it iterates. | `batchSize` | `1` @@ -123,7 +123,7 @@ For Each scopes open and close with a `` tag. Components that are affec | `rootMessageVariableName` | `rootMessage` -| Name of the property that stores the parent message. The parent is the complete, non-split message. +| Name of the variable that stores the parent message. The parent is the complete, non-split message. |===