This error occurs on start process.
Please somebody explain this error.
Discussion posts and replies are publicly visible
Hi Harshw, did you get any solution for this?
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?