What is the correct DataWeave code for the Set Payload transformer in the createOrder flow to use the addltem subflow to add a router cable with the price of 100 to the order?
Refer to the exhibits.
The Set Payload transformer In the addltem subflow 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 subflow to add a router cable with the price of 100 to the order?
A . addltemf { payload: { price: "100", item: "router", itemType: "cable" } > )
B . lookupf "addltem", { payload: { price: "100", item: "router", itemType: "cable" } } )
C . addltemf { price: "100", item: "router", itemType: "cable" })
D . lookupf "addltem", { price: "100", item: "router", itemType: "cable" } )
Answer: B
Latest MCD-Level 1 Dumps Valid Version with 99 Q&As
Latest And Valid Q&A | Instant Download | Once Fail, Full Refund
Subscribe
Login
0 Comments
Inline Feedbacks
View all comments