A web client submits a request to http://localhost:8081/books/0471767840. The value `0471767840` is captured by a Set Variable transformer to a variable named bookISBN. What is the DataWeave expression to access bookISBN later in the flow?
C is correct.
Set Variable sets a variable in the current Mule event, and the variables then travel with the Mule event to downstream event processors. You can access any variable with DataWeave using vars. So if you set a variable named lastMessage, you can access it as vars.lastMessage.
Reference: https://docs.mulesoft.com/mule-runtime/4.3/variable-transformer-reference
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
almoraima
Highly Voted 3 years, 8 months agoExamDev
Most Recent 10 months, 1 week agomiguel_romero
2 years, 11 months agoawsuser1
3 years, 2 months agoRenatoJr
3 years, 2 months agojarit75
3 years, 3 months ago