List of questions
Related questions
Question 53 - MCD - Level 1 discussion
Refer to the exhibit.
What is the correct DataWeave expression for the Set Payload transformer to call the createCustomerObject flow with values for the first and last names of a new customer?
A.
lookupC createCustomerObJect( 'Alice', 'Green- ) )
B.
createCustomerObject( { first: 'Alice', last: 'Green' > )
C.
lookupf 'createCustomerObject', { first: 'Alice', last: 'Green' > )
D.
createCustomerObject( 'Alice', 'Green')
Your answer:
0 comments
Sorted by
Leave a comment first