I am sending data from my application to google sheets with the blocks in the picture. However, some characters such as "ı,ş,ü,İ,ö,ç" do not appear in Google sheets. What changes should I make in the codes? Turkish is already selected in my Google language settings.
Thanks.
Try the uriEncode block, from the Web component, in front of each select list item block
2 Likes
off-topic:
PostText in a for each loop is not a good idea.
Try to use a Clock.Timer, to give some period between each Post action.
Or use a "Post one by one" method, that is, to post next time in last one's GotText event.
1 Like
I will try that
I intend to post to google sheets with all sublists in a list. What changes would you suggest I make?
I did not use googe Sheet, but all suggestion are as above said .
Thanks again. Problem is solved.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.