Hello nickc_I had the same issue a few days ago. The workaround that we
found is to convert the content of the memo field to a string via the
enrichment box.Unfortunately, the existing function ToString() doesn't
work if the length of the text field is more than 255 characters.So we
created and executed a new SQL script function (convertToString) that
permits to convert a text to a VARCHAR without length limit.Then in the
enrichment box you just need to use the function as following
convertToStr...