Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/ROOT/pages/dataweave-flow-control.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ else { currency: "EUR" }
}
----

The following example is similar but takes an array as input instead of an object. The body of the script uses `if else` and `else if` statements within a `do` operation to populate the value of the `hello` variable.
The following example is similar but takes an array as input instead of an object. The body of the script uses `if` , `else` and `else if` statements within a `do` operation to populate the value of the `hello` variable.

.DataWeave Script:
[source,dataweave,linenums]
Expand Down