This error occurs on start process.
Please somebody explain this error.
Discussion posts and replies are publicly visible
INTernally, your emojis are coded as a series of characters. When these caracthers are parsed to XML it generates an error because contains some character that breaks the structure of the xml.
Try putting your emojis (or the full text), for example between CDATA[[], or scape the text in order to avoid the XML error
This does not help. We need all the gory details. Code snippets and everything you can provide.
I did a podcast episode on how to get great answers here: appian.rocks/.../
Of course that if the solution does not work, we will need more infor as Stefan Helzle said
Hi, I faced this issue in our project. We stored the emoji to our database successfully. And used this data as the parameter of the start process model, has the same issue. I try to convert the emoji field to unicode type used the code() function. And the parameter can pass the start process model successfully. Then use the joinarray(char(emoji)) function to convert it to emoji text.
I face the same issue when the user enters the special character in the remarks. (attached the sample remarks below)
The process runs successfully when using Write to Data Store Entity Smart Service.
The process fails with an error when using the Write to Multiple Data Store Entities Smart Service (attached is the error from Tomcat logs), but the data is saved in the DB.
Please let me know if anyone encounter the same error with Multiple Data Store Entities?