Cannot send Thai text to Google Sheet

Hello, guys.
I created an app to save input data from textbox into my Google Sheet. When I typed Thai wording in textbox and save, it didn't save to Google Sheet. It saved only English characters. How to fix this? Please help. Thank you in advance.

Try using the uriEncode block (from the Web component) on your text before sending

1 Like

The default language for your Google Sheet is set to Thai?

1 Like

Thank you so much. It worked!

This is my code before I fixed.
image

Then I add uriEncode block and create a variable to store the encoded text. Here is my code after I fixed.

image

Thank you so much! :smiley:

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.