Hello, I would like some help please. In my app there are some textboxes that the user fills with greek words. Then I save the text to google sheet. It seems that only english words are being transfered and saved to the google sheet. What can I do about it? Thanks!
Perhaps the spreadsheet they access must be set up to accommodate greek rather than English?
Change your typing language
- In Google Docs or Google Slides, go to the top menu and click File Language . the language you need.
- In Google Sheets , go to the top menu and click File. Spreadsheet settings, then pick the locale of the language you need.
Thanks for the reply. The language to the google sheet is set to greek.
If you're using a POST block to write data to your spreadsheet, try using just the URL instead.
Thanks again for the reply. Blocks 68 does not seem to work for me. I do not know why. I do the function doGet(e). It works only with blocks 69 but not for non english text.
You can drag block 68 to your workspace in app inventor and see exactly what the entire address looks like. If block 69 work, then block 68 must work as well. Compare all characters in the address e.g. "?"
well it does work! Thank you very much!