Here are all the actual test exam dumps for IT exams. Most people prepare for the actual exams with our test dumps to pass their exams. So it's critical to choose and actual test pdf to succeed.

Exam MCD-Level-1 Topic 5 Question 47 Discussion

Actual exam question for MuleSoft's MCD-Level-1 exam
Question #: 47
Topic #: 5
Refer to the exhibits. The Set Payload transformer in the addltem child flow uses DataWeave to create an order object.
What is the correct DataWeave code for the Set Payload transformer in the createOrder flow to use the addltem child flow to add a router call with the price of 100 to the order?

Suggested Answer: C Vote an answer

by alex at Jan 03, 2024, 02:44 AM

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Nick name: Submit Cancel
alex
2024-01-03 02:44:46
Selected Answer: D
It should be answer D. To call another flow from a DW expression, we need to use lookup
Lookup expects the flow name and an object with the payload. If we add the payload as root element, we would need to use something like payload.payload.item instead of just payload.item to get the item, for example
upvoted 1 times
...
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.