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 days agoKristel
7 days agoMelda
12 days agoMaryann
17 days agoSalena
23 days agoFelix
28 days agoMarti
1 month agoPeggie
1 month agoErnest
1 month agoLindy
2 months agoSheridan
2 months agoMargot
2 months agoElise
3 months agoLeonor
3 months agoBuddy
3 months agoAnnelle
3 months agoRory
3 months agoMargarita
4 months agoFlo
4 months agoLuisa
4 months agoLeila
4 months agoYesenia
4 months agoKeneth
4 months ago