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.