What is the correct syntax for a Logger component to output a message with the contents of a 3SON Object payload?
Option 3 is the only corect answer as it concatenates payload with String.
Below option wont work.
#['The payload is ' ++ payload]
Concatenation function expects both arguments to be string. As the question says payload is json object , this will throw error while running it. You can try this in Anypoint Studio and you will get the same result which I mentioned.
hence correct answer is
The payload is: #[payload]
Fabiola
4 months agoKristel
4 months agoMelda
4 months agoMaryann
5 months agoSalena
5 months agoFelix
5 months agoMarti
5 months agoPeggie
5 months agoErnest
5 months agoLindy
6 months agoSheridan
6 months agoMargot
6 months agoElise
7 months agoLeonor
7 months agoBuddy
7 months agoAnnelle
7 months agoRory
7 months agoMargarita
7 months agoFlo
8 months agoLuisa
8 months agoLeila
8 months agoYesenia
8 months agoKeneth
8 months agoIluminada
2 months agoAlonso
2 months agoMarcos
4 months ago