Could someone help me with this problem?
I’m writing this expression in a Type Into activities - Type this, in order to eliminate some characters from my text
please use the format </> button from editor, otherwise we cannot see the pattern correctly.
Also let us know on SOP sample / output / targeted Pattern description on what is to achieve
In fact, it is about a datatable, I tried to use Replace activity, but I had errors about converting Datatable to String- it seems Replace activity works only with String.
I tried to use Output DataTable, but it didn’t work, I had errors.
Thank you!
Whats the error that you are getting while converting to string using output datatable?
It should work fine if you are converting from datatable to string.
Thank you, Yoichi! It seems it is not enough, the element [<p “=”">] is is not seen.
Remark : the element is without .
In fact, it is right here the error appears, on this element.
I need to keep only the text, and not the html signs. I will write this text exported from an application in another web application. So, I need a clean text. I receive it with html signs.