I have retrieved some values from the Database. Out of which one field is of type CLOB and that needs to be decoded. I have fetched the value and decoded it successfully. Now I need to set the decoded value to a particular field of the payload. Could someone help me on this.
You can use Expression component
to modify payload -
<expression-component doc:name="Expression"><![CDATA[payload.root.myprop = 'newvalue']]></expression-component>