I'm trying to make an application where I can export some data from my app to google sheet. The data is being exported, but when I do it with special characters (Example: José, Martínez, Mañana) it exports the data to my google sheets but without the special characters (Jos, Martnez, Maana). Is there any way I can make my application to export the data correctly? Thanks!
I tried the method you gave me and it didn't work. This is how my block looks and it's exporting the data successfully, the only problem is that it won't copy the special characters to google sheets.