Refer to the exhibits.
The
What is a valid
Refer to the exhibits.
The
What is a valid
The correct <when> expression should follow the DataWeave 2.0 expression language, which is utilized in MuleSoft. In DataWeave, the equality operator is '=='. Additionally, the correct syntax to access the value of 'company' from the payload is payload.'company'. Therefore, the proper syntax for the <when> expression is #[ 'MuleSoft' == payload.'company' ].
A is correct
Answer is A
A is correct because choice expression use ==
A is correct answer. Verified in Studio. The choice expression use ==
A is correct
A. #[ 'MuleSoft' == payload.'company' ]
It's A