hi team,
we have a recruitment , user want to add emoji's and need to store DB.
could you please suggest me.
thanks
Discussion posts and replies are publicly visible
When storing emojis to DB, you have to make sure to set the tables and fields to the UTF8MB4 collation. Then, you can store 4-byte characters. Appian cloud DB is set to 3-byte by default.