Refer to the exhibits.
Set paylaod transformer is set the firstName and lastName of the customer as shown in below images.
What is the correct Dataweave expression which can be added in message attribute of a Logger activity to access firstName (which in this case is Madhav) from the incoming event?
Correct answer is vars.'customer'.'firstName'
Please you can also access firstName using this syntax vars.customer.firstName.
Currently there are no comments in this discussion, be the first to comment!