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

Leave a Reply

Your email address will not be published.