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?

Posted by: Pdfprep Category: MCD-Level 1 Tags: , ,

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?
A . lookup( "addltern", { price: "100", item: "router", itemType: "cable" } )
B . addltem( { payload: { price: "100", item: "router", itemType: "cable" > } )
C . lookup( "addltem", { payload: { price: "100", item: "router", itemType: "cable" } > )
D . addltem( { price: "100", item: "router", itemType: "cable" } )

Answer: C

Leave a Reply

Your email address will not be published.