I'm using a External API-function to get text that I can use in a email.
The text have <p> and </p> in the beginning and the end so it messes up with our font in Outlook.
I tried using enrichment and then the "replace" function for additional data to replace <p> with ''.
But it can only handle text shorter than 255, and our text is longer then 255.
Do not really know how to proceed?