List of questions
Related questions
Question 76 - MCD - Level 1 discussion
A web client submits a request to http://localhost:8081?accountType=personal. The query parameter is captured using a Set Variable transformer to a variable named accountType.
What is the correct DataWeave expression to log accountType?
A.
Account Type: #[flowVars.accountType]
B.
Account Type: #[message.inboundProperties.accountType]
C.
Account Type: # [attributes.accountType]
D.
Account Type: #[vars.accountType]
Your answer:
0 comments
Sorted by
Leave a comment first