Hi!
I have a problem which is not related to my MySQL setup, because it working with Cloud sql Studio.
When trying Insert or Update Text column with text ‘🚨 Urgent - Skip Revision’ Zapier generates error:
“1366, "Incorrect string value: '\\xF0\\x9F\\x9A\\xA8 U...' for column 'urgency' at row 1")".”
I think that it is related to fact that Zapier is using utf8 (3-byte) instead of utf8mb4 connection.
Do you know how to handle that without workaround?