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
2 months agoKristel
3 months agoMelda
3 months agoMaryann
3 months agoSalena
3 months agoFelix
3 months agoMarti
4 months agoPeggie
4 months agoErnest
4 months agoLindy
4 months agoSheridan
4 months agoMargot
5 months agoElise
5 months agoLeonor
5 months agoBuddy
5 months agoAnnelle
6 months agoRory
6 months agoMargarita
6 months agoFlo
6 months agoLuisa
6 months agoLeila
6 months agoYesenia
7 months agoKeneth
7 months agoIluminada
19 days agoAlonso
24 days agoMarcos
2 months ago