New to Mule4 and playing around. I have a setPayload transformer and under setting I am adding the following
#[payload ++ " " ++ message.attributes.queryParams.lname]
However I am getting the following error. What is the right way of doing this?
Scripting language error on expression 'payload ++ " " ++ message.attributes.queryParams.lname'. Reason: Unable to call any overload of function ++
with arguments (String, String | Null) overloads: