Hello experts,
I've created a 1:N multi mapping with the graphical mapping and now the receiver system has a problem with a string within a tag in the payload which should be renamed from "request1" to "request".
I think I need something like
payload.replaceAll("request1","request");
but I don't know if this is possible in the cleanUp section of the graphical mapping.
As I have to use plain html adapter I can't use any adapter modules.
Best Regards,
Richard