Groovy (Low-code)SDK Functions (Groovy)MessageAdvancedmessage.applyMapperOn this pagemessage.applyMapper message.applyMapper(name) Description Applies the mapper (that has the name of the argument) to the message. Parameters ParameterTypeExplanationnameStringThe name of the mapper to apply to the message Example json = message.applyMapper(data2postData)http.post(url, json)