Hello!
My Retool app is plugged to a MySQL database in utf8mb4 in which I can insert emojis without any problem.
But when I sent content to the very same base with an emoji through a Retool form, I get this error : ER_TRUNCATED_WRONG_VALUE_FOR_FIELD: Incorrect string value: ‘\xF0\x9F\xA4\x94’ for column ‘first_name’ at row 1.
Is there some kind of javascript conversion I should make before sending content with emojis?