Refer to the exhibits. The Set Payload transformer sets the payload to an object. The Logger component’s message attribute is configured with the string ‘Result #[INFO" ++ payload]’.
What is logged when the flow executes?
A.
ERROR ... “You called the function ‘++’ with these arguments: 1: String ("INFO") 2: Object ({one: (child1: “Name1” as String {class: “java.lang.String”},child2: “Name2” ...) ...
B.
ERROR: You evaluated an inline expression ‘#’ without ++
C.
Result: INFO { \”one\”: { \”child1\”: \”Name1\”, \”child2\”: \”Name2\” }
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
ExamDev
10 months, 1 week agomartademanzana
1 year ago